Class AuthorizationEndpointChecker.AuthorizationCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.keycloak.protocol.oidc.endpoints.AuthorizationEndpointChecker.AuthorizationCheckException
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - AuthorizationEndpointChecker
 
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationCheckException(jakarta.ws.rs.core.Response.Status status, String error, String errorDescription)  - 
Method Summary
Modifier and TypeMethodDescriptiongetError()voidvoidthrowAsErrorPageException(AuthenticationSessionModel authenticationSession) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AuthorizationCheckException
 
 - 
 - 
Method Details
- 
throwAsErrorPageException
 - 
throwAsCorsErrorResponseException
 - 
getError
 - 
getErrorDescription
 
 -