Package com.sun.identity.xacml.context.impl
Defines XACML Context implementations.
-
Class Summary Class Description ActionImpl TheAction
element specifies information about the action requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.AttributeImpl TheAttribute
element specifies information about the action/subject/resource requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.DecisionImpl TheDecision
element is a container of one or moreDecision
s issued by policy decision pointEnvironmentImpl TheEnvironment
element specifies information about the environment requested in theRequest
context by listing a sequence ofAttribute
elements associated with the environment.RequestImpl TheRequest
element is the top-level element in the XACML context schema.ResourceImpl TheResource
element specifies information about the resource to which access is requested by listing a sequence ofAttribute
elements associated with the resource.StatusCodeImpl TheStatusCode
element is a container of one or moreStatusCode
s issuded by authorization authority.StatusDetailImpl TheStatusCode
element is a container of one or moreStatus
s issuded by authorization authority.StatusImpl TheStatus
element is a container of one or moreStatus
s issuded by authorization authority.StatusMessageImpl TheStatusMessage
element is a container of one or moreStatusMessage
s issuded by authorization authority.SubjectImpl TheSubject
element specifies information about a subject of theRequest
context by listing a sequence ofAttribute
elements associated with the subject.