Uses of Class
org.opensaml.xml.security.credential.UsageType

Packages that use UsageType
org.opensaml.xml.security.credential Interfaces and classes related to credentials and ways to represent them. 
org.opensaml.xml.security.credential.criteria Implementations of EvaluableCriteria where the parameterized evaluation target type is Credential
org.opensaml.xml.security.criteria Classes which model the abstract notion of a 'criteria'. 
 

Uses of UsageType in org.opensaml.xml.security.credential
 

Fields in org.opensaml.xml.security.credential declared as UsageType
protected  UsageType AbstractCredential.usageType
          Usage type of this credential.
 

Methods in org.opensaml.xml.security.credential that return UsageType
 UsageType Credential.getUsageType()
          Gets usage type of this credential.
 UsageType AbstractCredential.getUsageType()
          Gets usage type of this credential.
static UsageType UsageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UsageType[] UsageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.opensaml.xml.security.credential with parameters of type UsageType
protected  Credential KeyStoreCredentialResolver.buildCredential(KeyStore.Entry keyStoreEntry, String entityID, UsageType usage)
          Build a credential instance from the key store entry.
protected  boolean KeyStoreCredentialResolver.matchUsage(UsageType keyStoreUsage, UsageType criteriaUsage)
          Match usage enum type values from keystore configured usage and from credential criteria.
protected  X509Credential KeyStoreCredentialResolver.processPrivateKeyEntry(KeyStore.PrivateKeyEntry privateKeyEntry, String entityID, UsageType usage)
          Build an X509Credential from a keystore private key entry.
protected  Credential KeyStoreCredentialResolver.processSecretKeyEntry(KeyStore.SecretKeyEntry secretKeyEntry, String entityID, UsageType usage)
          Build a Credential from a keystore secret key entry.
protected  X509Credential KeyStoreCredentialResolver.processTrustedCertificateEntry(KeyStore.TrustedCertificateEntry trustedCertEntry, String entityID, UsageType usage)
          Build an X509Credential from a keystore trusted certificate entry.
 void BasicCredential.setUsageType(UsageType usage)
          Sets the usage type for this credential.
 

Constructors in org.opensaml.xml.security.credential with parameters of type UsageType
KeyStoreCredentialResolver(KeyStore store, Map<String,String> passwords, UsageType usage)
          Constructor.
 

Uses of UsageType in org.opensaml.xml.security.credential.criteria
 

Methods in org.opensaml.xml.security.credential.criteria with parameters of type UsageType
protected  boolean EvaluableUsageCredentialCriteria.matchUsage(UsageType credentialUsage, UsageType criteriaUsage)
          Match usage enum type values from credential and criteria.
 

Constructors in org.opensaml.xml.security.credential.criteria with parameters of type UsageType
EvaluableUsageCredentialCriteria(UsageType newUsage)
          Constructor.
 

Uses of UsageType in org.opensaml.xml.security.criteria
 

Methods in org.opensaml.xml.security.criteria that return UsageType
 UsageType UsageCriteria.getUsage()
          Get the key usage criteria.
 

Methods in org.opensaml.xml.security.criteria with parameters of type UsageType
 void UsageCriteria.setUsage(UsageType usage)
          Set the key usage criteria.
 

Constructors in org.opensaml.xml.security.criteria with parameters of type UsageType
UsageCriteria(UsageType usage)
          Constructor.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.