|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XACMLPolicy | |
---|---|
org.jboss.security.xacml.core | |
org.jboss.security.xacml.factories | |
org.jboss.security.xacml.interfaces | |
org.jboss.security.xacml.locators |
Uses of XACMLPolicy in org.jboss.security.xacml.core |
---|
Classes in org.jboss.security.xacml.core that implement XACMLPolicy | |
---|---|
class |
JBossXACMLPolicy
JBossXACML Policy |
Methods in org.jboss.security.xacml.core that return types with arguments of type XACMLPolicy | |
---|---|
List<XACMLPolicy> |
JBossXACMLPolicy.getEnclosingPolicies()
|
Method parameters in org.jboss.security.xacml.core with type arguments of type XACMLPolicy | |
---|---|
void |
JBossXACMLPolicy.setEnclosingPolicies(List<XACMLPolicy> policies)
|
void |
JBossPDP.setPolicies(Set<XACMLPolicy> policies)
|
Uses of XACMLPolicy in org.jboss.security.xacml.factories |
---|
Methods in org.jboss.security.xacml.factories that return XACMLPolicy | |
---|---|
static XACMLPolicy |
PolicyFactory.createPolicy(InputStream policyFile)
|
static XACMLPolicy |
PolicyFactory.createPolicy(PolicyType policyFile)
|
static XACMLPolicy |
PolicyFactory.createPolicySet(InputStream policySetFile)
|
static XACMLPolicy |
PolicyFactory.createPolicySet(InputStream policySetFile,
JBossPolicyFinder theFinder)
|
Uses of XACMLPolicy in org.jboss.security.xacml.interfaces |
---|
Methods in org.jboss.security.xacml.interfaces that return types with arguments of type XACMLPolicy | |
---|---|
List<XACMLPolicy> |
XACMLPolicy.getEnclosingPolicies()
Return the enclosing policies for a PolicySet |
Method parameters in org.jboss.security.xacml.interfaces with type arguments of type XACMLPolicy | |
---|---|
void |
XACMLPolicy.setEnclosingPolicies(List<XACMLPolicy> policies)
A PolicySet can contain policies within. |
void |
PolicyDecisionPoint.setPolicies(Set<XACMLPolicy> policies)
Set a set of Policy/PolicySet instances on the PDP - Remember to also pass a set of PolicyLocators if you have not used a JBossXACML config file |
void |
PolicyLocator.setPolicies(Set<XACMLPolicy> policies)
Set of policies that this locator is able to return |
Uses of XACMLPolicy in org.jboss.security.xacml.locators |
---|
Fields in org.jboss.security.xacml.locators with type parameters of type XACMLPolicy | |
---|---|
protected Set<XACMLPolicy> |
AbstractJBossPolicyLocator.policies
|
Method parameters in org.jboss.security.xacml.locators with type arguments of type XACMLPolicy | |
---|---|
void |
JBossPolicySetLocator.setPolicies(Set<XACMLPolicy> policies)
|
abstract void |
AbstractJBossPolicyLocator.setPolicies(Set<XACMLPolicy> policies)
|
void |
JBossPolicyLocator.setPolicies(Set<XACMLPolicy> policies)
|
Constructor parameters in org.jboss.security.xacml.locators with type arguments of type XACMLPolicy | |
---|---|
JBossPolicyLocator(Set<XACMLPolicy> policies)
|
|
JBossPolicySetLocator(Set<XACMLPolicy> policies)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |