Uses of Class
com.authlete.common.types.ClientAssertionType
-
Packages that use ClientAssertionType Package Description com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ClientAssertionType in com.authlete.common.types
Methods in com.authlete.common.types that return ClientAssertionType Modifier and Type Method Description static ClientAssertionType
ClientAssertionType. getByValue(short value)
Find an instance of this enum by a value.static ClientAssertionType
ClientAssertionType. parse(String type)
ConvertString
toClientAssertionType
.static ClientAssertionType[]
ClientAssertionType. toArray(int bits)
static ClientAssertionType
ClientAssertionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientAssertionType[]
ClientAssertionType. 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 ClientAssertionType Modifier and Type Method Description static EnumSet<ClientAssertionType>
ClientAssertionType. toSet(int bits)
static EnumSet<ClientAssertionType>
ClientAssertionType. toSet(ClientAssertionType[] array)
Methods in com.authlete.common.types with parameters of type ClientAssertionType Modifier and Type Method Description static EnumSet<ClientAssertionType>
ClientAssertionType. toSet(ClientAssertionType[] array)
Method parameters in com.authlete.common.types with type arguments of type ClientAssertionType Modifier and Type Method Description static int
ClientAssertionType. toBits(EnumSet<ClientAssertionType> set)
-