Uses of Enum
com.cloudbees.plugins.credentials.CredentialsScope
Package
Description
-
Uses of CredentialsScope in com.cloudbees.plugins.credentials
Modifier and TypeMethodDescriptionBaseCredentials.getScope()
Gets the scope of the credential.Credentials.getScope()
Gets the scope of the credential.ViewCredentialsAction.TableEntry.getScope()
Returns theCredentials.getScope()
of theViewCredentialsAction.TableEntry.credentials
.static CredentialsScope
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 TypeMethodDescriptionCredentialsProvider.getScopes
(ModelObject object) Returns the scopes allowed for credentials stored within the specified object ornull
if the object is not relevant for scopes and the object's container should be considered instead.final Set<CredentialsScope>
CredentialsStore.getScopes()
Returns theCredentialsScope
instances that are applicable to this store.SystemCredentialsProvider.ProviderImpl.getScopes
(ModelObject object) Returns the scopes allowed for credentials stored within the specified object ornull
if the object is not relevant for scopes and the object's container should be considered instead.UserCredentialsProvider.getScopes
(ModelObject object) Returns the scopes allowed for credentials stored within the specified object ornull
if the object is not relevant for scopes and the object's container should be considered instead.static Set<CredentialsScope>
CredentialsProvider.lookupScopes
(ModelObject object) Returns the scopes allowed for credentials stored within the specified object ornull
if the object is not relevant for scopes and the object's container should be considered instead.Modifier and TypeMethodDescriptionstatic CredentialsMatcher
CredentialsMatchers.withScope
(CredentialsScope scope) Creates a matcher that matchesCredentials
with the suppliedCredentialsScope
.static CredentialsMatcher
CredentialsMatchers.withScopes
(CredentialsScope... scopes) Creates a matcher that matchesCredentials
with the suppliedCredentialsScope
.Modifier and TypeMethodDescriptionstatic CredentialsMatcher
CredentialsMatchers.withScopes
(Collection<CredentialsScope> scopes) Creates a matcher that matchesCredentials
with the suppliedCredentialsScope
.ModifierConstructorDescriptionBaseCredentials
(CredentialsScope scope) Creates an instance with specific scope. -
Uses of CredentialsScope in com.cloudbees.plugins.credentials.impl
ModifierConstructorDescriptionBaseStandardCredentials
(CredentialsScope scope, String id, String description) Constructor.CertificateCredentialsImpl
(CredentialsScope scope, String id, String description, String password, CertificateCredentialsImpl.KeyStoreSource keyStoreSource) Our constructor.UsernamePasswordCredentialsImpl
(CredentialsScope scope, String id, String description, String username, String password) Constructor. -
Uses of CredentialsScope in com.cloudbees.plugins.credentials.matchers
ModifierConstructorDescriptionScopeMatcher
(CredentialsScope scope) Constructs a new instance.ScopeMatcher
(CredentialsScope... scopes) Constructs a new instance.ModifierConstructorDescriptionScopeMatcher
(Collection<CredentialsScope> scopes) Constructs a new instance.