Uses of Class
jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
Packages that use PromptType Package Description jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.jakarta.security.enterprise.authentication.mechanism.http.openid -
-
Uses of PromptType in jakarta.security.enterprise.authentication.mechanism.http
Methods in jakarta.security.enterprise.authentication.mechanism.http that return PromptType Modifier and Type Method Description PromptType[]prompt()Optional. -
Uses of PromptType in jakarta.security.enterprise.authentication.mechanism.http.openid
Methods in jakarta.security.enterprise.authentication.mechanism.http.openid that return PromptType Modifier and Type Method Description static PromptTypePromptType. fromString(String key)static PromptTypePromptType. valueOf(String name)Returns the enum constant of this type with the specified name.static PromptType[]PromptType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-