Uses of Enum Class
org.forgerock.oauth.clients.oauth2.ResponseMode
Packages that use ResponseMode
-
Uses of ResponseMode in org.forgerock.oauth.clients.oauth2
Methods in org.forgerock.oauth.clients.oauth2 that return ResponseModeModifier and TypeMethodDescriptionOAuth2ClientConfiguration.getResponseMode()Retrieves the non-null response mode.static ResponseModeReturns 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.Methods in org.forgerock.oauth.clients.oauth2 with parameters of type ResponseModeModifier and TypeMethodDescriptionOAuth2ClientConfiguration.Builder.withResponseMode(ResponseMode responseMode) Sets the response mode.