| Package | Description |
|---|---|
| org.jboss.security.xacml.bridge | |
| org.jboss.security.xacml.sunxacml |
This is the root package, which contains the PDP class where most
people will want to start.
|
| org.jboss.security.xacml.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<PolicySet> |
RPSPolicySetFinderModule.policySets |
protected List<PolicySet> |
PPSPolicySetFinderModule.policySets |
| Modifier and Type | Method and Description |
|---|---|
void |
RPSPolicySetFinderModule.add(PolicySet ps) |
void |
PPSPolicySetFinderModule.add(PolicySet ps) |
void |
PolicySetFinderModule.set(PolicySet ps,
List<AbstractPolicy> policies) |
| Constructor and Description |
|---|
PolicySetFinderModule(PolicySet policySet) |
PolicySetFinderModule(PolicySet policySet,
List<AbstractPolicy> policies) |
| Modifier and Type | Method and Description |
|---|---|
static PolicySet |
PolicySet.getInstance(Node root)
Creates an instance of a
PolicySet object based on a
DOM node. |
static PolicySet |
PolicySet.getInstance(Node root,
PolicyFinder finder)
Creates an instance of a
PolicySet object based on a
DOM node. |
| Modifier and Type | Method and Description |
|---|---|
PolicySet |
XACMLPolicyUtil.createPolicySet(InputStream is,
PolicyFinder finder)
Create a policyset
|
PolicySet |
XACMLPolicyUtil.createPolicySet(URL location,
PolicyFinder finder)
Create a PolicySet
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.