Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.io.auth |
Modifier and Type | Method and Description |
---|---|
void |
OAuthAccessTokenHolder.init(Preferences pref,
CredentialsAgent cm)
Initializes the content of this holder from the Access Token managed by the
credential manager.
|
void |
OAuthAccessTokenHolder.save(Preferences preferences,
CredentialsAgent cm)
Saves the content of this holder to the preferences and a credential store managed
by a credential manager.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCredentialsAgent |
class |
CredentialsManager
CredentialManager is a factory for the single credential agent used.
|
class |
JosmPreferencesCredentialAgent
This is the default credentials agent in JOSM.
|
Modifier and Type | Field and Description |
---|---|
private CredentialsAgent |
CredentialsManager.delegate
The credentials agent doing the real stuff
|
Modifier and Type | Method and Description |
---|---|
CredentialsAgent |
CredentialsManager.CredentialsAgentFactory.getCredentialsAgent() |
Modifier and Type | Method and Description |
---|---|
Class<? extends CredentialsAgent> |
CredentialsManager.getCredentialsAgentClass()
Returns type of credentials agent backing this credentials manager.
|
Constructor and Description |
---|
CredentialsManager(CredentialsAgent delegate)
Constructs a new
CredentialsManager . |