| 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 |
|---|---|
UserIdentificationHintType |
BackchannelAuthenticationResponse.getHintType()
Get the type of the hint for end-user identification which was
included in the backchannel authentication request.
|
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setHintType(UserIdentificationHintType hintType)
Set the type of the hint for end-user identification which was
included in the backchannel authentication request.
|
| Modifier and Type | Method and Description |
|---|---|
static UserIdentificationHintType |
UserIdentificationHintType.getByValue(short value)
Find an instance of this enum by a value.
|
static UserIdentificationHintType |
UserIdentificationHintType.parse(String hintType)
Convert
String to HintType. |
static UserIdentificationHintType[] |
UserIdentificationHintType.toArray(int bits) |
static UserIdentificationHintType |
UserIdentificationHintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserIdentificationHintType[] |
UserIdentificationHintType.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<UserIdentificationHintType> |
UserIdentificationHintType.toSet(int bits) |
static EnumSet<UserIdentificationHintType> |
UserIdentificationHintType.toSet(UserIdentificationHintType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<UserIdentificationHintType> |
UserIdentificationHintType.toSet(UserIdentificationHintType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
UserIdentificationHintType.toBits(EnumSet<UserIdentificationHintType> set) |
Copyright © 2019. All rights reserved.