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 UserInfoCloseChangesetAction.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 UserInfoUserIdentityManager. userInfoMethods in org.openstreetmap.josm.data that return UserInfo Modifier and Type Method Description UserInfoUserIdentityManager. 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 voidUserIdentityManager. 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 voidMainApplication. 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 UserInfoTestAccessTokenTask. getUserDetails()Methods in org.openstreetmap.josm.gui.oauth with parameters of type UserInfo Modifier and Type Method Description protected voidTestAccessTokenTask. 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 UserInfoOsmServerUserInfoReader. buildFromXML(org.w3c.dom.Document document)Parses the given XML data and returns the associated user info.UserInfoOsmServerUserInfoReader. fetchUserInfo(ProgressMonitor monitor)Fetches user info, without explicit reason.UserInfoOsmServerUserInfoReader. 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 voidMessageNotifier.NotifierCallback. notifyNewMessages(UserInfo userInfo)Perform the actual notification of new messages.
-