Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
com.sun.xacml

Classes in com.sun.xacml used by com.sun.xacml
AbstractPolicy
          Represents an instance of an XACML policy.
EvaluationCtx
          Manages the context of a single policy evaluation.
Indenter
          Provides flexible indenting for XML encoding.
MatchResult
          This is used as the return value for the various target matching functions.
Obligation
          Represents the ObligationType XML type in XACML.
ParsingException
          Exception that gets thrown if any general parsing error occurs.
PDPConfig
          This class is used as a container that holds configuration information for the PDP, which includes the AttributeFinder, PolicyFinder, and ResourceFinder that the PDP should use.
Policy
          Represents one of the two top-level constructs in XACML, the PolicyType.
PolicyReference
          This class is used as a placeholder for the PolicyIdReference and PolicySetIdReference fields in a PolicySetType.
PolicySet
          Represents one of the two top-level constructs in XACML, the PolicySetType.
PolicyTreeElement
          This represents a single node in a policy tree.
Rule
          Represents the RuleType XACML type.
Target
          Represents the TargetType XML type in XACML.
TargetMatch
          Represents the SubjectMatch, ResourceMatch, or ActionMatch XML types in XACML, depending on the value of the type field.
UnknownIdentifierException
          Exception that gets thrown if an unknown identifier was used, such as the identifier used in any of the standard factories.