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