Uses of Class
org.openstreetmap.josm.io.auth.CredentialsAgentException
-
Packages that use CredentialsAgentException Package Description org.openstreetmap.josm.io.auth Provides the classes for authentication I/O. -
-
Uses of CredentialsAgentException in org.openstreetmap.josm.io.auth
Methods in org.openstreetmap.josm.io.auth that throw CredentialsAgentException Modifier and Type Method Description CredentialsAgentResponse
AbstractCredentialsAgent. getCredentials(Authenticator.RequestorType requestorType, String host, boolean noSuccessWithLastResponse)
CredentialsAgentResponse
CredentialsAgent. getCredentials(Authenticator.RequestorType requestorType, String host, boolean noSuccessWithLastResponse)
Returns the credentials needed to to access host.CredentialsAgentResponse
CredentialsManager. getCredentials(Authenticator.RequestorType requestorType, String host, boolean noSuccessWithLastResponse)
PasswordAuthentication
CredentialsAgent. lookup(Authenticator.RequestorType requestorType, String host)
Looks up the credentials for a given type.PasswordAuthentication
CredentialsManager. lookup(Authenticator.RequestorType requestorType, String host)
PasswordAuthentication
JosmPreferencesCredentialAgent. lookup(Authenticator.RequestorType requestorType, String host)
OAuthToken
CredentialsAgent. lookupOAuthAccessToken()
Lookup the current OAuth Access Token to access the OSM server.OAuthToken
CredentialsManager. lookupOAuthAccessToken()
OAuthToken
JosmPreferencesCredentialAgent. lookupOAuthAccessToken()
Lookup the current OAuth Access Token to access the OSM server.void
CredentialsAgent. store(Authenticator.RequestorType requestorType, String host, PasswordAuthentication credentials)
Saves the credentials incredentials
for the given service type.void
CredentialsManager. store(Authenticator.RequestorType requestorType, String host, PasswordAuthentication credentials)
void
JosmPreferencesCredentialAgent. store(Authenticator.RequestorType requestorType, String host, PasswordAuthentication credentials)
void
CredentialsAgent. storeOAuthAccessToken(OAuthToken accessToken)
Stores the OAuth Access TokenaccessToken
.void
CredentialsManager. storeOAuthAccessToken(OAuthToken accessToken)
void
JosmPreferencesCredentialAgent. storeOAuthAccessToken(OAuthToken accessToken)
Stores the OAuth Access TokenaccessToken
.
-