| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectType |
Client.getSubjectType()
Get the subject type that this client application requests.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.setSubjectType(SubjectType subjectType)
Set the subject type that this client application requests.
|
| Modifier and Type | Method and Description |
|---|---|
static SubjectType |
SubjectType.getByValue(short value)
Find an instance of this enum by a value.
|
static SubjectType |
SubjectType.parse(String subjectType)
Convert
String to SubjectType. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<SubjectType> |
SubjectType.toSet(int bits) |
static EnumSet<SubjectType> |
SubjectType.toSet(SubjectType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<SubjectType> |
SubjectType.toSet(SubjectType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
SubjectType.toBits(EnumSet<SubjectType> set) |
Copyright © 2019. All rights reserved.