Uses of Class
org.openstreetmap.josm.io.auth.CredentialsAgentResponse
-
Packages that use CredentialsAgentResponse Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.io.auth Provides the classes for authentication I/O. -
-
Uses of CredentialsAgentResponse in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io with parameters of type CredentialsAgentResponse Modifier and Type Method Description static void
CredentialDialog. promptCredentials(Authenticator.RequestorType requestorType, AbstractCredentialsAgent agent, CredentialsAgentResponse response, String username, String password, String host)
Prompts the user (in the EDT) for credentials and fills the given response with what has been entered. -
Uses of CredentialsAgentResponse in org.openstreetmap.josm.io.auth
Methods in org.openstreetmap.josm.io.auth that return CredentialsAgentResponse 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)
Methods in org.openstreetmap.josm.io.auth with parameters of type CredentialsAgentResponse Modifier and Type Method Description void
AbstractCredentialsAgent.CredentialsProvider. provideCredentials(Authenticator.RequestorType requestorType, AbstractCredentialsAgent agent, CredentialsAgentResponse response, String username, String password, String host)
Fills the given response with appropriate user credentials.
-