|
|||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | ||||||||
参照先:
説明
| インタフェースの概要 | |
|---|---|
| Action | The Action element specifies information about the
action requested in the Request context by listing a
sequence of Attribute elements associated with the
action. |
| Attribute | 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. |
| Decision | The Decision element is a container of
one or more Decisions issued by policy decision point |
| Environment | The Environment element contains information about the
enviroment of the Request context by listing a
sequence of Attribute elements associated with the
environment. |
| MissingAttributeDetail | The StatusCode element is a container of
one or more Statuss issuded by authorization authority. |
| Request | The Request element is the top-level element in the XACML
context scehema. |
| Resource | 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>
|
| ResourceContent | The ResourceContent 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:complexType name="ResourceContentType" mixed="true">
<xs:sequence>
<xs:any namespace="##any" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
<xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax"/>
<xs:complexType>
|
| Response | The Response element is a container of
one or more Results issued by policy decision point |
| Result | The Result element is a container of
one or more Results issuded by authorization authority. |
| Status | The Status element is a container of
one or more Statuss issuded by authorization authority. |
| StatusCode | The StatusCode element is a container of
one or more StatusCodes issuded by authorization authority. |
| StatusDetail | The StatusCode element is a container of
one or more Statuss issuded by authorization authority. |
| StatusMessage | The StatusMessage element is a container of
one or more StatusMessages issuded by authorization authority. |
| Subject | The Subject element specifies information about a
subject of the Request context by listing a
sequence of Attribute elements associated with the
subject. |
| クラスの概要 | |
|---|---|
| ContextFactory | This is the factory class to obtain instances of the objects defined in xacml context schema. |
Defines XACML2 context classes
|
|||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | ||||||||