Uses of Interface
org.openstreetmap.josm.io.auth.CredentialsAgent
-
Packages that use CredentialsAgent Package Description org.openstreetmap.josm.data.oauth Provides the classes for OAuth authentication to OSM.org.openstreetmap.josm.io.auth Provides the classes for authentication I/O. -
-
Uses of CredentialsAgent in org.openstreetmap.josm.data.oauth
Methods in org.openstreetmap.josm.data.oauth with parameters of type CredentialsAgent Modifier and Type Method Description void
OAuthAccessTokenHolder. init(CredentialsAgent cm)
Initializes the content of this holder from the Access Token managed by the credential manager.void
OAuthAccessTokenHolder. save(CredentialsAgent cm)
Saves the content of this holder to the preferences and a credential store managed by a credential manager. -
Uses of CredentialsAgent in org.openstreetmap.josm.io.auth
Classes in org.openstreetmap.josm.io.auth that implement CredentialsAgent Modifier and Type Class Description class
AbstractCredentialsAgent
Partial implementation of theCredentialsAgent
interface.class
CredentialsManager
CredentialManager is a factory for the single credential agent used.class
JosmPreferencesCredentialAgent
This is the default credentials agent in JOSM.Fields in org.openstreetmap.josm.io.auth declared as CredentialsAgent Modifier and Type Field Description private CredentialsAgent
CredentialsManager. delegate
The credentials agent doing the real stuffMethods in org.openstreetmap.josm.io.auth that return CredentialsAgent Modifier and Type Method Description CredentialsAgent
CredentialsManager.CredentialsAgentFactory. getCredentialsAgent()
Returns the credentials agent instance.Methods in org.openstreetmap.josm.io.auth that return types with arguments of type CredentialsAgent Modifier and Type Method Description Class<? extends CredentialsAgent>
CredentialsManager. getCredentialsAgentClass()
Returns type of credentials agent backing this credentials manager.Constructors in org.openstreetmap.josm.io.auth with parameters of type CredentialsAgent Constructor Description CredentialsManager(CredentialsAgent delegate)
Constructs a newCredentialsManager
.
-