ErrorHandlingCallback:
LocalizedInternalServerErrorCallback returns an HTTP 500
Internal Server Error.See: Description
| Interface | Description |
|---|---|
| ErrorInfo |
Information about an error that is used to generate an HTTP response.
|
| Class | Description |
|---|---|
| LocalizedInternalServerErrorCallback |
An implementation of
ErrorHandlingCallback that localizes the internal server
error message |
| OAuthPolicyErrorHandlingCallback |
OAuthPolicyErrorHandlingCallback is used to respond to an OAuth policy failure.
|
| RuleInterceptorErrorHandlingCallback |
ErrorHandlingCallback:
LocalizedInternalServerErrorCallback returns an HTTP 500
Internal Server Error. It has no special dependencies. RuleInterceptorErrorHandlingCallback provides the most
commonly used error handling behavior. It allows the rendering of a template and the setting of other values
on the response. It is used in conjunction with an instance of
ErrorHandlerConfiguration. A default
ErrorHandlerConfigurationImpl is provided.OAuthPolicyErrorHandlingCallback generates an error response that
complies with the relevant OAuth specifications.Copyright 2023 Ping Identity Corp. All rights reserved.