Package org.openstreetmap.josm.io.auth

Interface Summary
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.
CredentialsManager.CredentialsAgentFactory  
 

Class Summary
AbstractCredentialsAgent  
CredentialsAgentResponse CredentialsAgentResponse represents the response from CredentialsAgent#getCredentials(java.net.Authenticator.RequestorType, boolean).
CredentialsManager CredentialManager is a factory for the single credential agent used.
DefaultAuthenticator This is the default authenticator used in JOSM.
JosmPreferencesCredentialAgent This is the default credentials agent in JOSM.
 

Exception Summary
CredentialsAgentException  
 



JOSM