Package com.sun.identity.xacml.context
Defines XACML2 context classes
-
Interface Summary Interface Description Action TheAction
element specifies information about the action requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.Attribute TheAttribute
element specifies information about the action/subject/resource requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.Decision TheDecision
element is a container of one or moreDecision
s issued by policy decision pointEnvironment TheEnvironment
element contains information about the enviroment of theRequest
context by listing a sequence ofAttribute
elements associated with the environment.MissingAttributeDetail TheStatusCode
element is a container of one or moreStatus
s issuded by authorization authority.Request TheRequest
element is the top-level element in the XACML context scehema.Resource TheResource
element specifies information about the resource to which access is requested by listing a sequence ofAttribute
elements associated with the resource.ResourceContent TheResourceContent
element specifies information about the resource to which access is requested by listing a sequence ofAttribute
elements associated with the resource.Response TheResponse
element is a container of one or moreResult
s issued by policy decision pointResult TheResult
element is a container of one or moreResult
s issuded by authorization authority.Status TheStatus
element is a container of one or moreStatus
s issuded by authorization authority.StatusCode TheStatusCode
element is a container of one or moreStatusCode
s issuded by authorization authority.StatusDetail TheStatusCode
element is a container of one or moreStatus
s issuded by authorization authority.StatusMessage TheStatusMessage
element is a container of one or moreStatusMessage
s issuded by authorization authority.Subject TheSubject
element specifies information about a subject of theRequest
context by listing a sequence ofAttribute
elements associated with the subject. -
Class Summary Class Description ContextFactory This is the factory class to obtain instances of the objects defined in xacml context schema.