Package org.apache.ivy.util.url
Class CredentialsStore
java.lang.Object
org.apache.ivy.util.url.CredentialsStore
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CredentialsStoreprivate static final Map<String,Credentials> A Map of Credentials objects keyed by the 'key' of the Credentials. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCredentials(String realm, String host, String userName, String passwd) getCredentials(String realm, String host) booleanhasCredentials(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
-