|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyFinder | |
|---|---|
| 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.sunxacml.finder | The finder package supports all of the pieces of the
XACML specification that require custom implementation. |
| org.jboss.security.xacml.sunxacml.finder.impl | The few included finder modules are provided in this package. |
| Uses of PolicyFinder in org.jboss.security.xacml.sunxacml |
|---|
| Methods in org.jboss.security.xacml.sunxacml that return PolicyFinder | |
|---|---|
PolicyFinder |
PDPConfig.getPolicyFinder()
Returns the PolicyFinder that was configured, or
null if none was configured |
| Methods in org.jboss.security.xacml.sunxacml with parameters of type PolicyFinder | |
|---|---|
static PolicySet |
PolicySet.getInstance(Node root,
PolicyFinder finder)
Creates an instance of a PolicySet object based on a
DOM node. |
static PolicyReference |
PolicyReference.getInstance(Node root,
PolicyFinder finder)
Deprecated. As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will
only work for XACML 1.x policies. |
static PolicyReference |
PolicyReference.getInstance(Node root,
PolicyFinder finder,
PolicyMetaData metaData)
Creates an instance of a PolicyReference object based on
a DOM node. |
| Constructors in org.jboss.security.xacml.sunxacml with parameters of type PolicyFinder | |
|---|---|
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder)
Constructor that creates a PDPConfig from components. |
|
PolicyReference(URI reference,
int policyType,
PolicyFinder finder,
PolicyMetaData parentMetaData)
Creates a new PolicyReference instance. |
|
PolicyReference(URI reference,
int policyType,
VersionConstraints constraints,
PolicyFinder finder,
PolicyMetaData parentMetaData)
Creates a new PolicyReference instance with version
constraints. |
|
| Uses of PolicyFinder in org.jboss.security.xacml.sunxacml.finder |
|---|
| Methods in org.jboss.security.xacml.sunxacml.finder with parameters of type PolicyFinder | |
|---|---|
abstract void |
PolicyFinderModule.init(PolicyFinder finder)
Initializes this module for use by the given finder. |
| Uses of PolicyFinder in org.jboss.security.xacml.sunxacml.finder.impl |
|---|
| Methods in org.jboss.security.xacml.sunxacml.finder.impl with parameters of type PolicyFinder | |
|---|---|
void |
FilePolicyModule.init(PolicyFinder finder)
Initializes the FilePolicyModule by loading
the policies contained in the collection of files associated
with this module. |
static AbstractPolicy |
FilePolicyModule.loadPolicy(String filename,
PolicyFinder finder)
Loads a policy from the specified filename and uses the specified PolicyFinder to help with instantiating PolicySets. |
static AbstractPolicy |
FilePolicyModule.loadPolicy(String filename,
PolicyFinder finder,
File schemaFile,
ErrorHandler handler)
Loads a policy from the specified filename, using the specified PolicyFinder to help with instantiating PolicySets,
and using the specified input as the schema file to validate
policies against. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||