Package org.jboss.security.xacml.sunxacml.ctx

All of the classes that support the context schema are in this package.

See:
          Description

Class Summary
Attribute Represents the AttributeType XML type found in the context schema.
RequestCtx Represents a request made to the PDP.
ResponseCtx Represents the response to a request made to the XACML PDP.
Result Represents the ResultType XML object from the Context schema.
Status Represents the status data that is included in a ResultType.
StatusDetail This class represents the StatusDetailType in the context schema.
Subject This class represents the collection of Attributes associated with a particular subject.
 

Package org.jboss.security.xacml.sunxacml.ctx Description

All of the classes that support the context schema are in this package. The context schema contains the request and response formats, and so there are classes to handle everything that goes into these exchange formats. All of the classes in this package, and all the related classes used by this package are parsable and encodable, so it's easy to build a PEP and a PDP using these routines.



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.