Uses of Interface
com.cloudbees.plugins.credentials.Credentials

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
<C extends Credentials>
java.util.List<C>
UserCredentialsProvider.UserCredentialsProperty.getCredentials(java.lang.Class<C> type)
          Helper method.
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
CredentialsProvider.lookupCredentials(java.lang.Class<C> type)
          Returns all credentials which are available to the ACL.SYSTEM Authentication within the Hudson.getInstance().
static
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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
<C extends Credentials>
java.util.List<C>
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.
 



Copyright © 2004-2012. All Rights Reserved.