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

public class AuthorizationEndpointChecker.AuthorizationCheckException extends Exception
See Also:
  • Constructor Details

    • AuthorizationCheckException

      public AuthorizationCheckException(jakarta.ws.rs.core.Response.Status status, String error, String errorDescription)
  • Method Details

    • throwAsErrorPageException

      public void throwAsErrorPageException(AuthenticationSessionModel authenticationSession)
    • throwAsCorsErrorResponseException

      public void throwAsCorsErrorResponseException(Cors cors)
    • getError

      public String getError()
    • getErrorDescription

      public String getErrorDescription()