Package com.sun.identity.xacml.context

Defines XACML2 context classes

See:
          Description

Interface Summary
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.
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.
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.
 

Class Summary
ContextFactory This is the factory class to obtain instances of the objects defined in xacml context schema.
 

Package com.sun.identity.xacml.context Description

Defines XACML2 context classes