|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.balana.PDPConfig
public class 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. |
|
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder,
boolean multipleRequestHandle)
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 |
boolean |
isMultipleRequestHandle()
Returns the boolean that whether PDP capable of handling multiple requests or not |
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 anypublic PDPConfig(AttributeFinder attributeFinder, PolicyFinder policyFinder, ResourceFinder resourceFinder, boolean multipleRequestHandle)
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 anymultipleRequestHandle
- whether PDP capable of handling multiple requests or notMethod 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 nullpublic boolean isMultipleRequestHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |