public interface XACMLAuthzDecisionStatementType extends Statement, XACMLObject
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME_XACML10
Default element name for XACML 1.0.
|
static QName |
DEFAULT_ELEMENT_NAME_XACML11
Default element name for XACML 1.1.
|
static QName |
DEFAULT_ELEMENT_NAME_XACML20
Default element name for XACML 2.0.
|
static QName |
DEFAULT_ELEMENT_NAME_XACML30
Default element name for XACML 3.0.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME_XACML10
QName of the XSI type.XACML1.0.
|
static QName |
TYPE_NAME_XACML11
QName of the XSI type.XACML1.1.
|
static QName |
TYPE_NAME_XACML20
QName of the XSI type.XACML2.0.
|
static QName |
TYPE_NAME_XACML30
QName of the XSI type.XACML3.0 .
|
DEFAULT_ELEMENT_NAME, TYPE_NAME| Modifier and Type | Method and Description |
|---|---|
RequestType |
getRequest()
Get's the
RequestType from the XACMLAuthzDecisionStatement. |
ResponseType |
getResponse()
Get's the
ResponseType from the XACMLAuthzDecisionStatement. |
void |
setRequest(RequestType request)
Sets a
ResponseType to the XACMLAuthzDecisionStatement. |
void |
setResponse(ResponseType response)
Sets a
ResponseType to the XACMLAuthzDecisionStatement. |
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 String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME_XACML10
static final QName DEFAULT_ELEMENT_NAME_XACML11
static final QName DEFAULT_ELEMENT_NAME_XACML20
static final QName DEFAULT_ELEMENT_NAME_XACML30
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME_XACML10
static final QName TYPE_NAME_XACML11
static final QName TYPE_NAME_XACML20
static final QName TYPE_NAME_XACML30
RequestType getRequest()
RequestType from the XACMLAuthzDecisionStatement.RequestType inside the XACMLAuthzDecisionStatementResponseType getResponse()
ResponseType from the XACMLAuthzDecisionStatement.ResponseType inside the XACMLAuthzDecisionStatementvoid setRequest(RequestType request)
ResponseType to the XACMLAuthzDecisionStatement.request - RequestTypevoid setResponse(ResponseType response)
ResponseType to the XACMLAuthzDecisionStatement.response - ResponseTypeCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.