public class PDPConfig extends Object
AttributeFinder,
PolicyFinder, and ResourceFinder that the
PDP should use.| Constructor and Description |
|---|
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder)
Constructor that creates a
PDPConfig from components. |
| Modifier and Type | Method and Description |
|---|---|
AttributeFinder |
getAttributeFinder()
Returns the
AttributeFinder that was configured, or
null if none was configured |
PolicyFinder |
getPolicyFinder()
Returns the
PolicyFinder that was configured, or
null if none was configured |
ResourceFinder |
getResourceFinder()
Returns the
ResourceFinder that was configured, or
null if none was configured |
public PDPConfig(AttributeFinder attributeFinder, PolicyFinder policyFinder, ResourceFinder resourceFinder)
PDPConfig from components.attributeFinder - the AttributeFinder that the PDP
should use, or null if it shouldn't use anypolicyFinder - the PolicyFinder that the PDP
should use, or null if it shouldn't use anyresourceFinder - the ResourceFinder that the PDP
should use, or null if it shouldn't use anypublic AttributeFinder getAttributeFinder()
AttributeFinder that was configured, or
null if none was configuredAttributeFinder or nullpublic PolicyFinder getPolicyFinder()
PolicyFinder that was configured, or
null if none was configuredPolicyFinder or nullpublic ResourceFinder getResourceFinder()
ResourceFinder that was configured, or
null if none was configuredResourceFinder or nullCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.