Uses of Class
com.oracle.bmc.apigateway.model.OAuth2ResponseValidationFailurePolicy.ResponseType
-
Packages that use OAuth2ResponseValidationFailurePolicy.ResponseType Package Description com.oracle.bmc.apigateway.model -
-
Uses of OAuth2ResponseValidationFailurePolicy.ResponseType in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return OAuth2ResponseValidationFailurePolicy.ResponseType Modifier and Type Method Description static OAuth2ResponseValidationFailurePolicy.ResponseType
OAuth2ResponseValidationFailurePolicy.ResponseType. create(String key)
OAuth2ResponseValidationFailurePolicy.ResponseType
OAuth2ResponseValidationFailurePolicy. getResponseType()
Response Type.static OAuth2ResponseValidationFailurePolicy.ResponseType
OAuth2ResponseValidationFailurePolicy.ResponseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OAuth2ResponseValidationFailurePolicy.ResponseType[]
OAuth2ResponseValidationFailurePolicy.ResponseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type OAuth2ResponseValidationFailurePolicy.ResponseType Modifier and Type Method Description OAuth2ResponseValidationFailurePolicy.Builder
OAuth2ResponseValidationFailurePolicy.Builder. responseType(OAuth2ResponseValidationFailurePolicy.ResponseType responseType)
Response Type.Constructors in com.oracle.bmc.apigateway.model with parameters of type OAuth2ResponseValidationFailurePolicy.ResponseType Constructor Description OAuth2ResponseValidationFailurePolicy(ClientAppDetails clientDetails, SourceUriDetails sourceUriDetails, List<String> scopes, Integer maxExpiryDurationInHours, Boolean useCookiesForSession, Boolean useCookiesForIntermediateSteps, Boolean usePkce, OAuth2ResponseValidationFailurePolicy.ResponseType responseType, String fallbackRedirectPath, String logoutPath)
Deprecated.
-