Uses of Class
org.openstreetmap.josm.data.osm.UserInfo
-
Packages that use UserInfo Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.data Provides the classes for JOSM managed data.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. -
-
Uses of UserInfo in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return UserInfo Modifier and Type Method Description private UserInfo
CloseChangesetAction.DownloadOpenChangesetsTask. fetchUserInfo()
Fetch the user info from the server. -
Uses of UserInfo in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as UserInfo Modifier and Type Field Description private UserInfo
UserIdentityManager. userInfo
Methods in org.openstreetmap.josm.data that return UserInfo Modifier and Type Method Description UserInfo
UserIdentityManager. getUserInfo()
Replies verified additional information about the current user if the user isUserIdentityManager.isFullyIdentified()
.Methods in org.openstreetmap.josm.data with parameters of type UserInfo Modifier and Type Method Description void
UserIdentityManager. 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. -
Uses of UserInfo in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type UserInfo Modifier and Type Method Description (package private) static void
MainApplication. notifyNewMessages(UserInfo userInfo)
-
Uses of UserInfo in org.openstreetmap.josm.gui.oauth
Methods in org.openstreetmap.josm.gui.oauth that return UserInfo Modifier and Type Method Description protected UserInfo
TestAccessTokenTask. getUserDetails()
Methods in org.openstreetmap.josm.gui.oauth with parameters of type UserInfo Modifier and Type Method Description protected void
TestAccessTokenTask. notifySuccess(UserInfo userInfo)
-
Uses of UserInfo in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return UserInfo Modifier and Type Method 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.Methods in org.openstreetmap.josm.io with parameters of type UserInfo Modifier and Type Method Description void
MessageNotifier.NotifierCallback. notifyNewMessages(UserInfo userInfo)
Perform the actual notification of new messages.
-