Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.oauth | |
org.openstreetmap.josm.io |
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(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(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,
String reason)
Fetches user info, with an explicit reason.
|