Uses of Class
org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
-
Packages that use JwtRequestParameterOption Package Description org.forgerock.oauth.clients.oidc OpenID Connect ForgeRock Client Implementation. -
-
Uses of JwtRequestParameterOption in org.forgerock.oauth.clients.oidc
Methods in org.forgerock.oauth.clients.oidc that return JwtRequestParameterOption Modifier and Type Method Description JwtRequestParameterOption
OpenIDConnectClientConfiguration. getJwtRequestParameterOption()
Gets the means by which request parameter jwt would be sent to OIDC provider.static JwtRequestParameterOption
JwtRequestParameterOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static JwtRequestParameterOption[]
JwtRequestParameterOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.oauth.clients.oidc with parameters of type JwtRequestParameterOption Modifier and Type Method Description T
OpenIDConnectClientConfiguration.Builder. withJwtRequestParameterOption(JwtRequestParameterOption jwtRequestParameterOption)
Set the request parameter jwt option.
-