Package org.apache.ivy.util.url
Class CredentialsStore
java.lang.Object
org.apache.ivy.util.url.CredentialsStore
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CredentialsStore
private static final Map<String,
Credentials> A Map of Credentials objects keyed by the 'key' of the Credentials. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCredentials
(String realm, String host, String userName, String passwd) getCredentials
(String realm, String host) boolean
hasCredentials
(String host)
-
Field Details
-
KEYRING
A Map of Credentials objects keyed by the 'key' of the Credentials. -
SECURED_HOSTS
-
INSTANCE
-
-
Constructor Details
-
CredentialsStore
private CredentialsStore()
-
-
Method Details
-
addCredentials
-
getCredentials
-
hasCredentials
-