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. |
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder,
boolean multipleRequestHandle)
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 |
boolean |
isMultipleRequestHandle()
Returns the boolean that whether PDP capable of handling multiple requests or not
|
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 notpublic 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 nullpublic boolean isMultipleRequestHandle()
Copyright © 2021 WSO2. All rights reserved.