Package | Description |
---|---|
com.cloudbees.plugins.credentials | |
com.cloudbees.plugins.credentials.impl | |
com.cloudbees.plugins.credentials.matchers |
Modifier and Type | Method and Description |
---|---|
CredentialsScope |
BaseCredentials.getScope()
Gets the scope of the credential.
|
CredentialsScope |
Credentials.getScope()
Gets the scope of the credential.
|
static CredentialsScope |
CredentialsScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialsScope[] |
CredentialsScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<CredentialsScope> |
SystemCredentialsProvider.ProviderImpl.getScopes(hudson.model.ModelObject object)
Returns the scopes allowed for credentials stored within the specified object or
null if the
object is not relevant for scopes and the object's container should be considered instead. |
Set<CredentialsScope> |
CredentialsProvider.getScopes(hudson.model.ModelObject object)
Returns the scopes allowed for credentials stored within the specified object or
null if the
object is not relevant for scopes and the object's container should be considered instead. |
Set<CredentialsScope> |
UserCredentialsProvider.getScopes(hudson.model.ModelObject object)
Returns the scopes allowed for credentials stored within the specified object or
null if the
object is not relevant for scopes and the object's container should be considered instead. |
static Set<CredentialsScope> |
CredentialsProvider.lookupScopes(hudson.model.ModelObject object)
Returns the scopes allowed for credentials stored within the specified object or
null if the
object is not relevant for scopes and the object's container should be considered instead. |
Modifier and Type | Method and Description |
---|---|
static CredentialsMatcher |
CredentialsMatchers.withScope(CredentialsScope scope)
Creates a matcher that matches
Credentials with the supplied CredentialsScope . |
static CredentialsMatcher |
CredentialsMatchers.withScopes(CredentialsScope... scopes)
Creates a matcher that matches
Credentials with the supplied CredentialsScope . |
Modifier and Type | Method and Description |
---|---|
static CredentialsMatcher |
CredentialsMatchers.withScopes(Collection<CredentialsScope> scopes)
Creates a matcher that matches
Credentials with the supplied CredentialsScope . |
Constructor and Description |
---|
BaseCredentials(CredentialsScope scope)
Creates an instance with specific scope.
|
Constructor and Description |
---|
BaseStandardCredentials(CredentialsScope scope,
String id,
String description)
Constructor.
|
CertificateCredentialsImpl(CredentialsScope scope,
String id,
String description,
String password,
CertificateCredentialsImpl.KeyStoreSource keyStoreSource) |
UsernamePasswordCredentialsImpl(CredentialsScope scope,
String id,
String description,
String username,
String password)
Constructor.
|
Constructor and Description |
---|
ScopeMatcher(CredentialsScope... scopes)
Constructs a new instance.
|
ScopeMatcher(CredentialsScope scope)
Constructs a new instance.
|
Constructor and Description |
---|
ScopeMatcher(Collection<CredentialsScope> scopes)
Constructs a new instance.
|
Copyright © 2016. All rights reserved.