|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openpermis.audit.AccessDecisionVetoException
public class AccessDecisionVetoException
An exception thrown if an access decision is not acceptable.
May be thrown by a VetoableAccessDecisionListener
once an unacceptable access
decision has been reached to prevent its propagation to the caller of a
PolicyDecisionPoint
.
Constructor Summary | |
---|---|
AccessDecisionVetoException(String reason,
AccessDecisionRequest request,
AccessDecision decision)
Creates a new access decision veto exception. |
Method Summary | |
---|---|
AccessDecision |
getDecision()
The access decision that was vetoed. |
AccessDecisionRequest |
getRequest()
The access decision request that was vetoed. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccessDecisionVetoException(String reason, AccessDecisionRequest request, AccessDecision decision)
reason
- the reason why the access decision has been vetoed.request
- the access decision request that is vetoed.decision
- the decision which is vetoed.Method Detail |
---|
public final AccessDecisionRequest getRequest()
public final AccessDecision getDecision()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:49
Copyright (c) 2002-2007 Ergon Informatik AG