Package com.sun.identity.xacml.context
@Supported
package com.sun.identity.xacml.context
Defines XACML2 context classes
-
ClassDescriptionThe
Action
element specifies information about the action requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.TheAttribute
element specifies information about the action/subject/resource requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.This is the factory class to obtain instances of the objects defined in xacml context schema.TheDecision
element is a container of one or moreDecision
s issued by policy decision pointTheEnvironment
element contains information about the enviroment of theRequest
context by listing a sequence ofAttribute
elements associated with the environment.TheStatusCode
element is a container of one or moreStatus
s issuded by authorization authority.TheRequest
element is the top-level element in the XACML context scehema.TheResource
element specifies information about the resource to which access is requested by listing a sequence ofAttribute
elements associated with the resource.TheResourceContent
element specifies information about the resource to which access is requested by listing a sequence ofAttribute
elements associated with the resource.TheResponse
element is a container of one or moreResult
s issued by policy decision pointTheResult
element is a container of one or moreResult
s issuded by authorization authority.TheStatus
element is a container of one or moreStatus
s issuded by authorization authority.TheStatusCode
element is a container of one or moreStatusCode
s issuded by authorization authority.TheStatusCode
element is a container of one or moreStatus
s issuded by authorization authority.TheStatusMessage
element is a container of one or moreStatusMessage
s issuded by authorization authority.TheSubject
element specifies information about a subject of theRequest
context by listing a sequence ofAttribute
elements associated with the subject.