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