public interface AuthzDecisionStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DECISION_ATTRIB_NAME
Decision attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
RESOURCE_ATTRIB_NAME
Resource attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Action> |
getActions()
Gets the actions authorized to be performed.
|
DecisionTypeEnumeration |
getDecision()
Gets the decision of the authorization request.
|
Evidence |
getEvidence()
Get the SAML assertion the authority relied on when making the authorization decision.
|
java.lang.String |
getResource()
Get URI of the resource to which authorization is saught.
|
void |
setDecision(DecisionTypeEnumeration newDecision)
Sets the decision of the authorization request.
|
void |
setEvidence(Evidence newEvidence)
Sets the SAML assertion the authority relied on when making the authorization decision.
|
void |
setResource(java.lang.String newResourceURI)
Sets URI of the resource to which authorization is saught.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String RESOURCE_ATTRIB_NAME
static final java.lang.String DECISION_ATTRIB_NAME
java.lang.String getResource()
void setResource(java.lang.String newResourceURI)
newResourceURI - URI of the resource to which authorization is saughtDecisionTypeEnumeration getDecision()
void setDecision(DecisionTypeEnumeration newDecision)
newDecision - the decision of the authorization requestjava.util.List<Action> getActions()
Evidence getEvidence()
void setEvidence(Evidence newEvidence)
newEvidence - the SAML assertion the authority relied on when making the authorization decision