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, setSchemaLocation
static 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 XACMLAuthzDecisionStatement
ResponseType getResponse()
ResponseType
from the XACMLAuthzDecisionStatement
.ResponseType
inside the XACMLAuthzDecisionStatement
void setRequest(RequestType request)
ResponseType
to the XACMLAuthzDecisionStatement
.request
- RequestType
void setResponse(ResponseType response)
ResponseType
to the XACMLAuthzDecisionStatement
.response
- ResponseType
Copyright © 2017. All rights reserved.