Uses of Enum Class
org.forgerock.oauth.clients.oauth2.ResponseMode
-
Uses of ResponseMode in org.forgerock.oauth.clients.oauth2
Modifier and TypeMethodDescriptionOAuth2ClientConfiguration.getResponseMode()
Retrieves the non-null response mode.static ResponseMode
Returns the enum constant of this class with the specified name.static ResponseMode[]
ResponseMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOAuth2ClientConfiguration.Builder.withResponseMode
(ResponseMode responseMode) Sets the response mode.