Modifier and Type | Class and Description |
---|---|
class |
JBossXACMLPolicy
JBossXACML Policy
|
Modifier and Type | Method and Description |
---|---|
List<XACMLPolicy> |
JBossXACMLPolicy.getEnclosingPolicies() |
Modifier and Type | Method and Description |
---|---|
void |
JBossXACMLPolicy.setEnclosingPolicies(List<XACMLPolicy> policies) |
void |
JBossPDP.setPolicies(Set<XACMLPolicy> policies) |
Modifier and Type | Method and Description |
---|---|
static XACMLPolicy |
PolicyFactory.create(InputStream is,
JBossPolicyFinder finder)
Create
XACMLPolicy |
static XACMLPolicy |
PolicyFactory.createPolicy(InputStream policyFile)
Create a
XACMLPolicy |
static XACMLPolicy |
PolicyFactory.createPolicy(PolicyType policyFile)
Construct
XACMLPolicy |
static XACMLPolicy |
PolicyFactory.createPolicySet(InputStream policySetFile)
Create a
XACMLPolicy |
static XACMLPolicy |
PolicyFactory.createPolicySet(InputStream policySetFile,
JBossPolicyFinder theFinder)
Create
XACMLPolicy |
Modifier and Type | Method and Description |
---|---|
List<XACMLPolicy> |
XACMLPolicy.getEnclosingPolicies()
Return the enclosing policies for a PolicySet
|
Set<XACMLPolicy> |
PolicyLocator.getPolicies()
Get the set of policies that the locator can return
|
Modifier and Type | Method and Description |
---|---|
void |
XACMLPolicy.setEnclosingPolicies(List<XACMLPolicy> policies)
A PolicySet can contain policies within.
|
void |
PolicyLocator.setPolicies(Set<XACMLPolicy> policies)
Set of policies that this locator is able to return
|
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
|
Modifier and Type | Field and Description |
---|---|
protected Set<XACMLPolicy> |
AbstractJBossPolicyLocator.policies |
Modifier and Type | Method and Description |
---|---|
Set<XACMLPolicy> |
AbstractJBossPolicyLocator.getPolicies() |
Modifier and Type | Method and Description |
---|---|
protected PolicySetFinderModule |
JBossPolicySetLocator.getPopulatedPolicySetFinderModule(XACMLPolicy xpolicy) |
protected void |
JBossRBACPolicySetLocator.handlePolicy(XACMLPolicy xacmlPolicy) |
protected void |
JBossPolicySetLocator.recursivePopulate(XACMLPolicy policy,
List<AbstractPolicy> policies,
PolicySetFinderModule psfm) |
Modifier and Type | Method and Description |
---|---|
void |
JBossRBACPolicySetLocator.setPolicies(Set<XACMLPolicy> policies) |
abstract void |
AbstractJBossPolicyLocator.setPolicies(Set<XACMLPolicy> policies) |
void |
JBossPolicySetLocator.setPolicies(Set<XACMLPolicy> policies) |
void |
JBossPolicyLocator.setPolicies(Set<XACMLPolicy> policies) |
Constructor and Description |
---|
JBossPolicyLocator(Set<XACMLPolicy> policies) |
JBossPolicySetLocator(Set<XACMLPolicy> policies) |
Modifier and Type | Method and Description |
---|---|
void |
JBossLDAPPolicyLocator.setPolicies(Set<XACMLPolicy> policies) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.