public class AuthorizationEndpointChecker.AuthorizationCheckException extends Exception
Constructor and Description |
---|
AuthorizationCheckException(javax.ws.rs.core.Response.Status status,
String error,
String errorDescription) |
Modifier and Type | Method and Description |
---|---|
String |
getError() |
String |
getErrorDescription() |
void |
throwAsCorsErrorResponseException(Cors cors) |
void |
throwAsErrorPageException(AuthenticationSessionModel authenticationSession) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public void throwAsErrorPageException(AuthenticationSessionModel authenticationSession)
public void throwAsCorsErrorResponseException(Cors cors)
public String getError()
public String getErrorDescription()
Copyright © 2021 JBoss by Red Hat. All rights reserved.