Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.oauth |
Provides GUI classes for handling OAuth authentication to OSM API.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private UserInfo |
CloseChangesetAction.DownloadOpenChangesetsTask.userInfo |
Modifier and Type | Method and Description |
---|---|
protected UserInfo |
CloseChangesetAction.DownloadOpenChangesetsTask.fetchUserInfo()
Fetch the user info from the server.
|
Modifier and Type | Field and Description |
---|---|
private UserInfo |
JosmUserIdentityManager.userInfo |
Modifier and Type | Method and Description |
---|---|
UserInfo |
JosmUserIdentityManager.getUserInfo()
Replies verified additional information about the current user if the user is
JosmUserIdentityManager.isFullyIdentified() . |
Modifier and Type | Method and Description |
---|---|
void |
JosmUserIdentityManager.setFullyIdentified(java.lang.String username,
UserInfo userinfo)
Remembers the fact that the current JOSM user is fully identified with a
verified pair of user name and user id.
|
Modifier and Type | Method and Description |
---|---|
protected UserInfo |
TestAccessTokenTask.getUserDetails() |
Modifier and Type | Method and Description |
---|---|
protected void |
TestAccessTokenTask.notifySuccess(UserInfo userInfo) |
Modifier and Type | Method and Description |
---|---|
static UserInfo |
OsmServerUserInfoReader.buildFromXML(org.w3c.dom.Document document)
Parses the given XML data and returns the associated user info.
|
UserInfo |
OsmServerUserInfoReader.fetchUserInfo(ProgressMonitor monitor)
Fetches user info, without explicit reason.
|
UserInfo |
OsmServerUserInfoReader.fetchUserInfo(ProgressMonitor monitor,
java.lang.String reason)
Fetches user info, with an explicit reason.
|