Uses of Class
org.forgerock.oauth.clients.oauth2.ResponseMode
-
Packages that use ResponseMode Package Description org.forgerock.oauth.clients.oauth2 OAuth 2.0 ForgeRock Client Implementation. -
-
Uses of ResponseMode in org.forgerock.oauth.clients.oauth2
Methods in org.forgerock.oauth.clients.oauth2 that return ResponseMode Modifier and Type Method Description ResponseMode
OAuth2ClientConfiguration. getResponseMode()
Retrieves the non-null response mode.static ResponseMode
ResponseMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResponseMode[]
ResponseMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.oauth.clients.oauth2 with parameters of type ResponseMode Modifier and Type Method Description T
OAuth2ClientConfiguration.Builder. withResponseMode(ResponseMode responseMode)
Sets the response mode.
-