Uses of Enum Class
com.cloudbees.plugins.credentials.CredentialsScope
Packages that use CredentialsScope
Package
Description
-
Uses of CredentialsScope in com.cloudbees.plugins.credentials
Methods in com.cloudbees.plugins.credentials that return CredentialsScopeModifier 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 CredentialsScopeReturns the enum constant of this class with the specified name.static CredentialsScope[]CredentialsScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudbees.plugins.credentials that return types with arguments of type CredentialsScopeModifier and TypeMethodDescriptionCredentialsProvider.getScopes(ModelObject object) Returns the scopes allowed for credentials stored within the specified object ornullif the object is not relevant for scopes and the object's container should be considered instead.final Set<CredentialsScope> CredentialsStore.getScopes()Returns theCredentialsScopeinstances that are applicable to this store.SystemCredentialsProvider.ProviderImpl.getScopes(ModelObject object) Returns the scopes allowed for credentials stored within the specified object ornullif 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 ornullif 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 ornullif the object is not relevant for scopes and the object's container should be considered instead.Methods in com.cloudbees.plugins.credentials with parameters of type CredentialsScopeModifier and TypeMethodDescriptionstatic CredentialsMatcherCredentialsMatchers.withScope(CredentialsScope scope) Creates a matcher that matchesCredentialswith the suppliedCredentialsScope.static CredentialsMatcherCredentialsMatchers.withScopes(CredentialsScope... scopes) Creates a matcher that matchesCredentialswith the suppliedCredentialsScope.Method parameters in com.cloudbees.plugins.credentials with type arguments of type CredentialsScopeModifier and TypeMethodDescriptionstatic CredentialsMatcherCredentialsMatchers.withScopes(Collection<CredentialsScope> scopes) Creates a matcher that matchesCredentialswith the suppliedCredentialsScope.Constructors in com.cloudbees.plugins.credentials with parameters of type CredentialsScopeModifierConstructorDescriptionBaseCredentials(CredentialsScope scope) Creates an instance with specific scope. -
Uses of CredentialsScope in com.cloudbees.plugins.credentials.impl
Constructors in com.cloudbees.plugins.credentials.impl with parameters of type CredentialsScopeModifierConstructorDescriptionBaseStandardCredentials(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
Constructors in com.cloudbees.plugins.credentials.matchers with parameters of type CredentialsScopeModifierConstructorDescriptionScopeMatcher(CredentialsScope scope) Constructs a new instance.ScopeMatcher(CredentialsScope... scopes) Constructs a new instance.Constructor parameters in com.cloudbees.plugins.credentials.matchers with type arguments of type CredentialsScopeModifierConstructorDescriptionScopeMatcher(Collection<CredentialsScope> scopes) Constructs a new instance.