| Modifier and Type | Class and Description |
|---|---|
class |
BaseCredentials
Base class for Credentials.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Credentials> |
UserCredentialsProvider.UserCredentialsProperty.getCredentials(Class<C> type)
Helper method.
|
<C extends Credentials> |
SystemCredentialsProvider.ProviderImpl.getCredentials(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 |
<C extends Credentials> |
CredentialsProvider.getCredentials(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 |
<C extends Credentials> |
SystemCredentialsProvider.ProviderImpl.getCredentials(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 |
<C extends Credentials> |
UserCredentialsProvider.getCredentials(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 <C extends Credentials> |
CredentialsProvider.getCredentials(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 <C extends Credentials> |
CredentialsProvider.lookupCredentials(Class<C> type)
Returns all credentials which are available to the
ACL.SYSTEM Authentication
within the Hudson.getInstance(). |
static <C extends Credentials> |
CredentialsProvider.lookupCredentials(Class<C> type,
org.acegisecurity.Authentication authentication)
Returns all credentials which are available to the specified
Authentication
within the Hudson.getInstance(). |
static <C extends Credentials> |
CredentialsProvider.lookupCredentials(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 <C extends Credentials> |
CredentialsProvider.lookupCredentials(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 <C extends Credentials> |
CredentialsProvider.lookupCredentials(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 <C extends Credentials> |
CredentialsProvider.lookupCredentials(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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Credentials> |
SystemCredentialsProvider.getCredentials()
Get all the credentials.
|
List<Credentials> |
UserCredentialsProvider.UserCredentialsProperty.getCredentials()
Gets all the user's credentials.
|
| Constructor and Description |
|---|
CredentialsDescriptor(Class<? extends Credentials> clazz)
Constructor.
|
UserCredentialsProvider.UserCredentialsProperty(List<Credentials> credentials)
Constructor for stapler.
|
Copyright © 2004-2013. All Rights Reserved.