Uses of Package
org.openstreetmap.josm.io.auth

Packages that use org.openstreetmap.josm.io.auth
org.openstreetmap.josm.gui.preferences.server   
org.openstreetmap.josm.io.auth   
 

Classes in org.openstreetmap.josm.io.auth used by org.openstreetmap.josm.gui.preferences.server
CredentialsAgent
          A CredentialsAgent manages two credentials: the credential for Authenticator.RequestorType.SERVER which is equal to the OSM API credentials in JOSM the credential for Authenticator.RequestorType.PROXY which is equal to the credentials for an optional HTTP proxy server a user may use In addition, it manages an OAuth Access Token for accessing the OSM server.
 

Classes in org.openstreetmap.josm.io.auth used by org.openstreetmap.josm.io.auth
AbstractCredentialsAgent
           
CredentialsAgent
          A CredentialsAgent manages two credentials: the credential for Authenticator.RequestorType.SERVER which is equal to the OSM API credentials in JOSM the credential for Authenticator.RequestorType.PROXY which is equal to the credentials for an optional HTTP proxy server a user may use In addition, it manages an OAuth Access Token for accessing the OSM server.
CredentialsAgentException
           
CredentialsAgentResponse
          CredentialsAgentResponse represents the response from CredentialsAgent#getCredentials(java.net.Authenticator.RequestorType, boolean).
CredentialsManager
          CredentialManager is a factory for the single credential agent used.
CredentialsManager.CredentialsAgentFactory
           
DefaultAuthenticator
          This is the default authenticator used in JOSM.
 



JOSM