Uses of Enum Class
org.opensaml.security.credential.UsageType
Packages that use UsageType
Package
Description
Interfaces and classes related to credentials and ways to represent them.
Classes which model lookup criteria used as input to a
Resolver.-
Uses of UsageType in org.opensaml.security.credential
Fields in org.opensaml.security.credential declared as UsageTypeModifier and TypeFieldDescriptionprivate UsageTypeAbstractCredential.usageTypeUsage type of this credential.Methods in org.opensaml.security.credential that return UsageTypeModifier and TypeMethodDescriptionAbstractCredential.getUsageType()Gets usage type of this credential.Credential.getUsageType()Gets usage type of this credential.static UsageTypeReturns the enum constant of this class with the specified name.static UsageType[]UsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.security.credential with parameters of type UsageTypeModifier and TypeMethodDescriptionprotected voidAbstractCredential.setUsageType(UsageType newUsageType) Sets the usage type for this credential.voidBasicCredential.setUsageType(UsageType newUsageType) Sets the usage type for this credential.voidMutableCredential.setUsageType(UsageType newUsageType) Sets the usage type for this credential. -
Uses of UsageType in org.opensaml.security.criteria
Fields in org.opensaml.security.criteria declared as UsageTypeModifier and TypeFieldDescriptionprivate UsageTypeUsageCriterion.credUsageKey usage type of resolved credentials.Methods in org.opensaml.security.criteria that return UsageTypeMethods in org.opensaml.security.criteria with parameters of type UsageTypeModifier and TypeMethodDescriptionvoidSet the key usage criteria.Constructors in org.opensaml.security.criteria with parameters of type UsageType