| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.internal.processor |
| Modifier and Type | Method and Description |
|---|---|
static RequestProcessingException.ErrorType |
RequestProcessingException.ErrorType.findByParameterName(String parameterName) |
RequestProcessingException.ErrorType |
RequestProcessingException.getErrorType() |
static RequestProcessingException.ErrorType |
RequestProcessingException.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestProcessingException.ErrorType[] |
RequestProcessingException.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TokenRequestProcessor.isRedirectingForError(RequestProcessingException.ErrorType errorType,
String redirectUri) |
protected boolean |
OAuth2ProviderRequestProcessor.isRedirectingForError(RequestProcessingException.ErrorType errorType,
String redirectUri) |
| Constructor and Description |
|---|
RequestProcessingException(RequestProcessingException.ErrorType errorType) |
RequestProcessingException(RequestProcessingException.ErrorType errorType,
String errorDescription) |
RequestProcessingException(RequestProcessingException.ErrorType errorType,
String errorDescription,
Throwable cause) |
RequestProcessingException(RequestProcessingException.ErrorType errorType,
Throwable cause) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.