Uses of Class
org.opensaml.security.credential.UsageType
-
Packages that use UsageType Package Description org.opensaml.security.credential Interfaces and classes related to credentials and ways to represent them.org.opensaml.security.criteria Classes which model lookup criteria used as input to aResolver. -
-
Uses of UsageType in org.opensaml.security.credential
Fields in org.opensaml.security.credential declared as UsageType Modifier and Type Field Description private UsageTypeAbstractCredential. usageTypeUsage type of this credential.Methods in org.opensaml.security.credential that return UsageType Modifier and Type Method Description UsageTypeAbstractCredential. getUsageType()Gets usage type of this credential.UsageTypeCredential. getUsageType()Gets usage type of this credential.static UsageTypeUsageType. 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 are declared.Methods in org.opensaml.security.credential with parameters of type UsageType Modifier and Type Method Description protected 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 UsageType Modifier and Type Field Description private UsageTypeUsageCriterion. credUsageKey usage type of resolved credentials.Methods in org.opensaml.security.criteria that return UsageType Modifier and Type Method Description UsageTypeUsageCriterion. getUsage()Get the key usage criteria.Methods in org.opensaml.security.criteria with parameters of type UsageType Modifier and Type Method Description voidUsageCriterion. setUsage(UsageType usage)Set the key usage criteria.Constructors in org.opensaml.security.criteria with parameters of type UsageType Constructor Description UsageCriterion(UsageType usage)Constructor.
-