Class OPAAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.access.AccessDeniedException
io.github.open_policy_agent.opa.springboot.authorization.OPAAccessDeniedException
- All Implemented Interfaces:
Serializable
Extends
AccessDeniedException which conveys OPAResponse.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOPAAccessDeniedException(String message) OPAAccessDeniedException(String message, OPAResponse opaResponse) OPAAccessDeniedException(String message, Throwable cause, OPAResponse opaResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OPAAccessDeniedException
-
OPAAccessDeniedException
-
OPAAccessDeniedException
-