Uses of Enum
com.nimbusds.openid.connect.sdk.Prompt.Type
Packages that use Prompt.Type
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OAuth 2.0 Authorisation Server (AS) classes.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of Prompt.Type in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk with parameters of type Prompt.TypeModifier and TypeMethodDescriptionAuthorizationRequest.Builder.prompt(Prompt.Type... promptType) Sets the requested prompt. -
Uses of Prompt.Type in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return types with arguments of type Prompt.TypeModifier and TypeMethodDescriptionAuthorizationServerMetadata.getPromptTypes()ReadOnlyAuthorizationServerMetadata.getPromptTypes()Gets the supportedprompt types.Method parameters in com.nimbusds.oauth2.sdk.as with type arguments of type Prompt.TypeModifier and TypeMethodDescriptionvoidAuthorizationServerMetadata.setPromptTypes(List<Prompt.Type> promptTypes) Sets the supportedprompt types. -
Uses of Prompt.Type in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return Prompt.TypeModifier and TypeMethodDescriptionstatic Prompt.TypeParses a prompt type.static Prompt.TypeReturns the enum constant of this type with the specified name.static Prompt.Type[]Prompt.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.nimbusds.openid.connect.sdk with parameters of type Prompt.TypeModifier and TypeMethodDescriptionAuthenticationRequest.Builder.prompt(Prompt.Type... promptType) Sets the requested prompt.Constructors in com.nimbusds.openid.connect.sdk with parameters of type Prompt.TypeModifierConstructorDescriptionPrompt(Prompt.Type... type) Creates a new prompt with the specified types.