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 voidCredentialDialog. promptCredentials(java.net.Authenticator.RequestorType requestorType, AbstractCredentialsAgent agent, CredentialsAgentResponse response, java.lang.String username, java.lang.String password, java.lang.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 CredentialsAgentResponseAbstractCredentialsAgent. getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)CredentialsAgentResponseCredentialsAgent. getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)Returns the credentials needed to to access host.CredentialsAgentResponseCredentialsManager. getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)Methods in org.openstreetmap.josm.io.auth with parameters of type CredentialsAgentResponse Modifier and Type Method Description voidAbstractCredentialsAgent.CredentialsProvider. provideCredentials(java.net.Authenticator.RequestorType requestorType, AbstractCredentialsAgent agent, CredentialsAgentResponse response, java.lang.String username, java.lang.String password, java.lang.String host)Fills the given response with appropriate user credentials.
-