Class | Description |
---|---|
ActionImpl |
The
Action element specifies information about the
action requested in the Request context by listing a
sequence of Attribute elements associated with the
action. |
AttributeImpl |
The
Attribute element specifies information about the
action/subject/resource requested in the Request context by
listing a sequence of Attribute elements associated with
the action. |
DecisionImpl |
The
Decision element is a container of
one or more Decision s issued by policy decision point
Schema:
|
EnvironmentImpl |
The
Environment element specifies information about the
environment requested in the Request context by listing a
sequence of Attribute elements associated with the
environment. |
RequestImpl |
The
Request element is the top-level element in the XACML
context schema. |
ResourceImpl |
The
Resource element specifies information about the
resource to which access is requested by listing a
sequence of Attribute elements associated with the
resource. it may include ResourceContent
<xs:element name="Resource" type="xacml-context:ResourceType"/>
<xs:complexType name="ResourceType">
<xs:sequence>
<xs:element ref="xacml-context:ResourceContent" minOccurs="0"/>
<xs:element ref="xacml-context:Attribute" minOccurs="0"
maxOccurs="unbounded"/>
<xs:sequence>
<xs:complexType>
|
ResponseImpl |
The
Response element is a container of
one or more Result s issuded by authorization authority. |
ResultImpl |
The
Result element contains decision, status and obligations
per resource id
schema
<xs:complexType name="ResultType">
<xs:sequence>
<xs:element ref="xacml-context:Decision"/>
<xs:element ref="xacml-context:Status" minOccurs="0"/>
<xs:element ref="xacml:Obligations" minOccurs="0"/>
<xs:sequence>
<xs:attribute name="ResourceId" type="xs:string" use="optional"/>
<xs:complexType>
|
StatusCodeImpl |
The
StatusCode element is a container of
one or more StatusCode s issuded by authorization authority. |
StatusDetailImpl |
The
StatusCode element is a container of
one or more Status s issuded by authorization authority. |
StatusImpl |
The
Status element is a container of
one or more Status s issuded by authorization authority. |
StatusMessageImpl |
The
StatusMessage element is a container of
one or more StatusMessage s issuded by authorization authority. |
SubjectImpl |
The
Subject element specifies information about a
subject of the Request context by listing a
sequence of Attribute elements associated with the
subject. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.