Interface PolicyDecision
-
- All Known Implementing Classes:
BasicPolicyDecision
public interface PolicyDecisionObject to represent a decision from a policy. The intent is that the message would be presented to users to indicate why they are not authorized for some action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDebuggingInfo()DecisionResultgetDecisionResult()StringgetMessage()StringgetStackTrace()
-
-
-
Method Detail
-
getDecisionResult
DecisionResult getDecisionResult()
-
getStackTrace
String getStackTrace()
-
getMessage
String getMessage()
-
getDebuggingInfo
String getDebuggingInfo()
-
-