Package | Description |
---|---|
org.openstreetmap.josm.io.auth |
Modifier and Type | Method and Description |
---|---|
CredentialsAgentResponse |
CredentialsAgent.getCredentials(Authenticator.RequestorType requestorType,
String host,
boolean noSuccessWithLastResponse) |
CredentialsAgentResponse |
CredentialsManager.getCredentials(Authenticator.RequestorType requestorType,
String host,
boolean noSuccessWithLastResponse) |
CredentialsAgentResponse |
AbstractCredentialsAgent.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 |
JosmPreferencesCredentialAgent.lookup(Authenticator.RequestorType requestorType,
String host) |
PasswordAuthentication |
CredentialsManager.lookup(Authenticator.RequestorType requestorType,
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(Authenticator.RequestorType requestorType,
String host,
PasswordAuthentication credentials)
Saves the credentials in
credentials for the given service type. |
void |
JosmPreferencesCredentialAgent.store(Authenticator.RequestorType requestorType,
String host,
PasswordAuthentication credentials) |
void |
CredentialsManager.store(Authenticator.RequestorType requestorType,
String host,
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) |