Uses of Class
com.authlete.common.types.Prompt
- 
Packages that use Prompt 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.
- 
- 
Uses of Prompt in com.authlete.common.dtoMethods in com.authlete.common.dto that return Prompt Modifier and Type Method Description PromptAuthorizationResponse. getLowestPrompt()Deprecated.Prompt[]AuthorizationResponse. getPrompts()Get the list of prompts contained in the authorization request (= the value ofpromptrequest parameter).Prompt[]Service. getSupportedPromptValues()Get the supportedpromptvalues.Methods in com.authlete.common.dto with parameters of type Prompt Modifier and Type Method Description voidAuthorizationResponse. setLowestPrompt(Prompt prompt)Set the prompt that the UI displayed to the end-user must satisfy at least.voidAuthorizationResponse. setPrompts(Prompt[] prompts)Set the list of prompts contained in the authorization request (= the value ofpromptrequest parameter).ServiceService. setSupportedPromptValues(Prompt[] promptValues)Set the supportedpromptvalues.
- 
Uses of Prompt in com.authlete.common.typesMethods in com.authlete.common.types that return Prompt Modifier and Type Method Description static PromptPrompt. getByValue(short value)Find an instance of this enum by a value.static PromptPrompt. parse(String prompt)ConvertStringtoPrompt.static Prompt[]Prompt. toArray(int bits)static PromptPrompt. 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.Methods in com.authlete.common.types that return types with arguments of type Prompt Modifier and Type Method Description static EnumSet<Prompt>Prompt. toSet(int bits)static EnumSet<Prompt>Prompt. toSet(Prompt[] array)Methods in com.authlete.common.types with parameters of type Prompt Modifier and Type Method Description static EnumSet<Prompt>Prompt. toSet(Prompt[] array)Method parameters in com.authlete.common.types with type arguments of type Prompt Modifier and Type Method Description static intPrompt. toBits(EnumSet<Prompt> set)
- 
Uses of Prompt in com.authlete.common.utilMethods in com.authlete.common.util with parameters of type Prompt Modifier and Type Method Description static StringUtils. stringifyPrompts(Prompt[] prompts)Stringify an array ofPrompt.
 
-