Uses of Class
io.jans.as.model.common.Prompt
-
Packages that use Prompt Package Description io.jans.as.model.common -
-
Uses of Prompt in io.jans.as.model.common
Methods in io.jans.as.model.common that return Prompt Modifier and Type Method Description static PromptPrompt. fromString(java.lang.String param)Returns the correspondingPromptfor a parameter prompt of the authorization endpoint.static PromptPrompt. valueOf(java.lang.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 io.jans.as.model.common that return types with arguments of type Prompt Modifier and Type Method Description static java.util.List<Prompt>Prompt. fromString(java.lang.String paramList, java.lang.String separator)Returns a list of the correspondingPromptfrom a space-separated list of prompt parameters.
-