public interface CredentialsProvider
| 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.
|
Credentials determineAuthentication(java.lang.String repositoryId)
null to indicate no authentication applied for this repository by this
provider.repositoryId - The id of the repository to check for authentication details.null to indicate none.