| Modifier and Type | Method and Description |
|---|---|
CredentialsScope |
Credentials.getScope()
Gets the scope of the credential.
|
CredentialsScope |
BaseCredentials.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> |
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. |
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. |
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. |
| Constructor and Description |
|---|
BaseCredentials(CredentialsScope scope)
Creates an instance with specific scope.
|
Copyright © 2004-2013. All Rights Reserved.