Uses of Class
com.authlete.common.types.SubjectType
-
Packages that use SubjectType 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 SubjectType in com.authlete.common.dto
Methods in com.authlete.common.dto that return SubjectType Modifier and Type Method Description SubjectType
Client. getSubjectType()
Get the subject type that this client application requests.Methods in com.authlete.common.dto with parameters of type SubjectType Modifier and Type Method Description Client
Client. setSubjectType(SubjectType subjectType)
Set the subject type that this client application requests. -
Uses of SubjectType in com.authlete.common.types
Methods in com.authlete.common.types that return SubjectType Modifier and Type Method Description static SubjectType
SubjectType. getByValue(short value)
Find an instance of this enum by a value.static SubjectType
SubjectType. parse(String subjectType)
ConvertString
toSubjectType
.static SubjectType[]
SubjectType. toArray(int bits)
static SubjectType
SubjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubjectType[]
SubjectType. 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 SubjectType Modifier and Type Method Description static EnumSet<SubjectType>
SubjectType. toSet(int bits)
static EnumSet<SubjectType>
SubjectType. toSet(SubjectType[] array)
Methods in com.authlete.common.types with parameters of type SubjectType Modifier and Type Method Description static EnumSet<SubjectType>
SubjectType. toSet(SubjectType[] array)
Method parameters in com.authlete.common.types with type arguments of type SubjectType Modifier and Type Method Description static int
SubjectType. toBits(EnumSet<SubjectType> set)
-