|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicySet | |
|---|---|
| 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 | |
| Uses of PolicySet in org.jboss.security.xacml.bridge |
|---|
| Methods in org.jboss.security.xacml.bridge with parameters of type PolicySet | |
|---|---|
void |
PolicySetFinderModule.set(PolicySet ps,
List<AbstractPolicy> policies)
|
| Constructors in org.jboss.security.xacml.bridge with parameters of type PolicySet | |
|---|---|
PolicySetFinderModule(PolicySet policySet)
|
|
PolicySetFinderModule(PolicySet policySet,
List<AbstractPolicy> policies)
|
|
| Uses of PolicySet in org.jboss.security.xacml.sunxacml |
|---|
| Methods in org.jboss.security.xacml.sunxacml that return PolicySet | |
|---|---|
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. |
| Uses of PolicySet in org.jboss.security.xacml.util |
|---|
| Methods in org.jboss.security.xacml.util that return PolicySet | |
|---|---|
PolicySet |
XACMLPolicyUtil.createPolicySet(InputStream is,
PolicyFinder finder)
Create a policyset |
PolicySet |
XACMLPolicyUtil.createPolicySet(URL location,
PolicyFinder finder)
Create a PolicySet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||