|
SunTM's XACML Implementation for JavaTM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xacml.PDPConfig
This class is used as a container that holds configuration
information for the PDP, which includes the AttributeFinder
,
PolicyFinder
, and ResourceFinder
that the
PDP should use.
Constructor Summary | |
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder)
Constructor that creates a PDPConfig from components. |
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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 anyMethod Detail |
public AttributeFinder getAttributeFinder()
AttributeFinder
that was configured, or
null if none was configured
AttributeFinder
or nullpublic PolicyFinder getPolicyFinder()
PolicyFinder
that was configured, or
null if none was configured
PolicyFinder
or nullpublic ResourceFinder getResourceFinder()
ResourceFinder
that was configured, or
null if none was configured
ResourceFinder
or null
|
Sun's XACML Implementation Version 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.