Uses of Class
org.openstreetmap.josm.io.auth.CredentialsAgentResponse

Packages that use CredentialsAgentResponse
org.openstreetmap.josm.io.auth   
 

Uses of CredentialsAgentResponse in org.openstreetmap.josm.io.auth
 

Methods in org.openstreetmap.josm.io.auth that return CredentialsAgentResponse
 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)
           
 CredentialsAgentResponse CredentialsManager.getCredentials(java.net.Authenticator.RequestorType requestorType, java.lang.String host, boolean noSuccessWithLastResponse)
           
 



JOSM