Uses of Class
org.openstreetmap.josm.io.auth.CredentialsAgentException

Packages that use CredentialsAgentException
org.openstreetmap.josm.io.auth   
 

Uses of CredentialsAgentException in org.openstreetmap.josm.io.auth
 

Methods in org.openstreetmap.josm.io.auth that throw CredentialsAgentException
 CredentialsAgentResponse AbstractCredentialsAgent.getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)
           
 CredentialsAgentResponse CredentialsAgent.getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)
           
 CredentialsAgentResponse CredentialsManager.getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)
           
 java.net.PasswordAuthentication CredentialsAgent.lookup(java.net.Authenticator.RequestorType requestorType, java.lang.String host)
          Looks up the credentials for a given type.
 java.net.PasswordAuthentication JosmPreferencesCredentialAgent.lookup(java.net.Authenticator.RequestorType requestorType, java.lang.String host)
           
 java.net.PasswordAuthentication CredentialsManager.lookup(java.net.Authenticator.RequestorType requestorType, java.lang.String host)
           
 OAuthToken CredentialsAgent.lookupOAuthAccessToken()
          Lookup the current OAuth Access Token to access the OSM server.
 OAuthToken JosmPreferencesCredentialAgent.lookupOAuthAccessToken()
          Lookup the current OAuth Access Token to access the OSM server.
 OAuthToken CredentialsManager.lookupOAuthAccessToken()
           
 void CredentialsAgent.store(java.net.Authenticator.RequestorType requestorType, java.lang.String host, java.net.PasswordAuthentication credentials)
          Saves the credentials in credentials for the given service type.
 void JosmPreferencesCredentialAgent.store(java.net.Authenticator.RequestorType requestorType, java.lang.String host, java.net.PasswordAuthentication credentials)
           
 void CredentialsManager.store(java.net.Authenticator.RequestorType requestorType, java.lang.String host, java.net.PasswordAuthentication credentials)
           
 void CredentialsAgent.storeOAuthAccessToken(OAuthToken accessToken)
          Stores the OAuth Access Token accessToken.
 void JosmPreferencesCredentialAgent.storeOAuthAccessToken(OAuthToken accessToken)
          Stores the OAuth Access Token accessToken.
 void CredentialsManager.storeOAuthAccessToken(OAuthToken accessToken)
           
 



JOSM