| Modifier and Type | Method and Description |
|---|---|
Constants.ResponseType |
Constants.ProviderGrantType.getAuthorizationResponseType() |
Constants.ResponseType |
AuthorizationRequest.getResponseType() |
static Constants.ResponseType |
Constants.ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ResponseType |
Constants.ResponseType.valueOfIgnoreCase(String value) |
static Constants.ResponseType[] |
Constants.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuthorizationRequest(String clientId,
Constants.ResponseType responseType,
String redirectUri,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAuthConfiguration.isAuthorizationResponseTypeSupported(Constants.ResponseType authorizationResponseType) |
| Modifier and Type | Method and Description |
|---|---|
protected Constants.ResponseType |
OAuth2ProviderRequestProcessor.getSupportedResponseTypeOrFail(RequestData requestData) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.