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