|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Credentials in com.cloudbees.plugins.credentials |
|---|
| Classes in com.cloudbees.plugins.credentials that implement Credentials | |
|---|---|
class |
BaseCredentials
Base class for Credentials. |
| Methods in com.cloudbees.plugins.credentials with type parameters of type Credentials | ||
|---|---|---|
|
UserCredentialsProvider.UserCredentialsProperty.getCredentials(java.lang.Class<C> type)
Helper method. |
|
|
SystemCredentialsProvider.ProviderImpl.getCredentials(java.lang.Class<C> type,
hudson.model.Item item,
org.acegisecurity.Authentication authentication)
Returns the credentials provided by this provider which are available to the specified Authentication
for the specified Item |
|
|
CredentialsProvider.getCredentials(java.lang.Class<C> type,
hudson.model.Item item,
org.acegisecurity.Authentication authentication)
Returns the credentials provided by this provider which are available to the specified Authentication
for the specified Item |
|
|
UserCredentialsProvider.getCredentials(java.lang.Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication)
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup |
|
|
SystemCredentialsProvider.ProviderImpl.getCredentials(java.lang.Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication)
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup |
|
abstract
|
CredentialsProvider.getCredentials(java.lang.Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication)
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup |
|
static
|
CredentialsProvider.lookupCredentials(java.lang.Class<C> type)
Returns all credentials which are available to the ACL.SYSTEM Authentication
within the Hudson.getInstance(). |
|
static
|
CredentialsProvider.lookupCredentials(java.lang.Class<C> type,
org.acegisecurity.Authentication authentication)
Returns all credentials which are available to the specified Authentication
within the Hudson.getInstance(). |
|
static
|
CredentialsProvider.lookupCredentials(java.lang.Class<C> type,
hudson.model.Item item)
Returns all credentials which are available to the ACL.SYSTEM Authentication
for use by the specified Item. |
|
static
|
CredentialsProvider.lookupCredentials(java.lang.Class<C> type,
hudson.model.Item item,
org.acegisecurity.Authentication authentication)
Returns all credentials which are available to the specified Authentication
for use by the specified Item. |
|
static
|
CredentialsProvider.lookupCredentials(java.lang.Class<C> type,
hudson.model.ItemGroup itemGroup)
Returns all credentials which are available to the ACL.SYSTEM Authentication
for use by the Items in the specified ItemGroup. |
|
static
|
CredentialsProvider.lookupCredentials(java.lang.Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication)
Returns all credentials which are available to the specified Authentication
for use by the Items in the specified ItemGroup. |
|
| Methods in com.cloudbees.plugins.credentials that return types with arguments of type Credentials | |
|---|---|
static hudson.DescriptorExtensionList<Credentials,hudson.model.Descriptor<Credentials>> |
CredentialsProvider.allCredentialsDescriptors()
Returns all the registered Credentials descriptors. |
static hudson.DescriptorExtensionList<Credentials,hudson.model.Descriptor<Credentials>> |
CredentialsProvider.allCredentialsDescriptors()
Returns all the registered Credentials descriptors. |
hudson.DescriptorExtensionList<Credentials,hudson.model.Descriptor<Credentials>> |
SystemCredentialsProvider.getCredentialDescriptors()
Gets all the credentials descriptors. |
hudson.DescriptorExtensionList<Credentials,hudson.model.Descriptor<Credentials>> |
SystemCredentialsProvider.getCredentialDescriptors()
Gets all the credentials descriptors. |
java.util.List<Credentials> |
UserCredentialsProvider.UserCredentialsProperty.getCredentials()
Gets all the user's credentials. |
java.util.List<Credentials> |
SystemCredentialsProvider.getCredentials()
Get all the credentials. |
| Constructor parameters in com.cloudbees.plugins.credentials with type arguments of type Credentials | |
|---|---|
UserCredentialsProvider.UserCredentialsProperty(java.util.List<Credentials> credentials)
Constructor for stapler. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||