Class ObligationProcessingContext
java.lang.Object
org.opensaml.xacml.ctx.provider.impl.ObligationProcessingContext
A context for processing obligations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the result of a XACML authorization request.
-
Field Details
-
result
Result of a XACML authorization request.
-
-
Constructor Details
-
ObligationProcessingContext
Constructor.- Parameters:
authzResult
- result of a XACML authorization request
-
-
Method Details
-
getAuthorizationDecisionResult
Gets the result of a XACML authorization request.- Returns:
- result of a XACML authorization request
-