public class SettingsXmlCredentialsProvider extends java.lang.Object implements CredentialsProvider
| Modifier and Type | Field and Description |
|---|---|
static SettingsXmlCredentialsProvider |
INSTANCE
Singleton access
|
static java.lang.String |
SETTINGS_LOCATION_OVERRIDE |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
determineAuthentication(java.lang.String repositoryId)
Given a repository identifier, determine the authentication credentials according to this provider's
contract.
|
public static final SettingsXmlCredentialsProvider INSTANCE
public static final java.lang.String SETTINGS_LOCATION_OVERRIDE
public Credentials determineAuthentication(java.lang.String repositoryId)
CredentialsProvidernull to indicate no authentication applied for this repository by this
provider.determineAuthentication in interface CredentialsProviderrepositoryId - The id of the repository to check for authentication details.null to indicate none.