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.
|
com.authlete.common.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
Prompt |
AuthorizationResponse.getLowestPrompt()
Deprecated.
|
Prompt[] |
AuthorizationResponse.getPrompts()
Get the list of prompts contained in the authorization request
(= the value of
prompt request parameter). |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationResponse.setLowestPrompt(Prompt prompt)
Set the prompt that the UI displayed to the end-user must satisfy
at least.
|
void |
AuthorizationResponse.setPrompts(Prompt[] prompts)
Set the list of prompts contained in the authorization request
(= the value of
prompt request parameter). |
Modifier and Type | Method and Description |
---|---|
static Prompt |
Prompt.getByValue(short value)
Find an instance of this enum by a value.
|
static Prompt |
Prompt.parse(String prompt)
Convert
String to Prompt . |
static Prompt[] |
Prompt.toArray(int bits) |
static Prompt |
Prompt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Prompt[] |
Prompt.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<Prompt> |
Prompt.toSet(int bits) |
static EnumSet<Prompt> |
Prompt.toSet(Prompt[] array) |
Modifier and Type | Method and Description |
---|---|
static EnumSet<Prompt> |
Prompt.toSet(Prompt[] array) |
Modifier and Type | Method and Description |
---|---|
static int |
Prompt.toBits(EnumSet<Prompt> set) |
Modifier and Type | Method and Description |
---|---|
static String |
Utils.stringifyPrompts(Prompt[] prompts)
Stringify an array of
Prompt . |
Copyright © 2023. All rights reserved.