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) |
Returns the credentials needed to to access host.
|
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 |
CredentialsManager.lookup(java.net.Authenticator.RequestorType requestorType,
java.lang.String host) |
|
java.net.PasswordAuthentication |
JosmPreferencesCredentialAgent.lookup(java.net.Authenticator.RequestorType requestorType,
java.lang.String host) |
|
IOAuthToken |
CredentialsAgent.lookupOAuthAccessToken(java.lang.String host) |
Lookup the current OAuth Access Token to access the specified server.
|
IOAuthToken |
CredentialsManager.lookupOAuthAccessToken(java.lang.String host) |
|
IOAuthToken |
JosmPreferencesCredentialAgent.lookupOAuthAccessToken(java.lang.String host) |
|
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 |
CredentialsManager.store(java.net.Authenticator.RequestorType requestorType,
java.lang.String host,
java.net.PasswordAuthentication credentials) |
|
void |
JosmPreferencesCredentialAgent.store(java.net.Authenticator.RequestorType requestorType,
java.lang.String host,
java.net.PasswordAuthentication credentials) |
|
void |
CredentialsAgent.storeOAuthAccessToken(java.lang.String host,
IOAuthToken accessToken) |
Stores the OAuth Access Token accessToken .
|
void |
CredentialsManager.storeOAuthAccessToken(java.lang.String host,
IOAuthToken accessToken) |
|
void |
JosmPreferencesCredentialAgent.storeOAuthAccessToken(java.lang.String host,
IOAuthToken accessToken) |
|