Uses of Class
com.authlete.common.types.ClaimType
-
Packages that use ClaimType Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ClaimType in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClaimType Modifier and Type Method Description ClaimType[]
Service. getSupportedClaimTypes()
Get the supported claim types.Methods in com.authlete.common.dto with parameters of type ClaimType Modifier and Type Method Description Service
Service. setSupportedClaimTypes(ClaimType[] claimTypes)
Set the supported claim types. -
Uses of ClaimType in com.authlete.common.types
Methods in com.authlete.common.types that return ClaimType Modifier and Type Method Description static ClaimType
ClaimType. getByValue(short value)
Find an instance of this enum by a value.static ClaimType
ClaimType. parse(String claimType)
ConvertString
toClaimType
.static ClaimType[]
ClaimType. toArray(int bits)
static ClaimType
ClaimType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClaimType[]
ClaimType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.types that return types with arguments of type ClaimType Modifier and Type Method Description static EnumSet<ClaimType>
ClaimType. toSet(int bits)
static EnumSet<ClaimType>
ClaimType. toSet(ClaimType[] array)
Methods in com.authlete.common.types with parameters of type ClaimType Modifier and Type Method Description static EnumSet<ClaimType>
ClaimType. toSet(ClaimType[] array)
Method parameters in com.authlete.common.types with type arguments of type ClaimType Modifier and Type Method Description static int
ClaimType. toBits(EnumSet<ClaimType> set)
-