Package | Description |
---|---|
org.openstreetmap.josm.io.auth |
Provides the classes for authentication I/O.
|
Modifier and Type | Method and Description |
---|---|
CredentialsAgentResponse |
AbstractCredentialsAgent.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) |
CredentialsAgentResponse |
CredentialsAgent.getCredentials(java.net.Authenticator.RequestorType requestorType,
java.lang.String host,
boolean noSuccessWithLastResponse)
Returns the credentials needed to to access host.
|