Package | Description |
---|---|
org.wso2.balana.finder |
The
finder package supports all of the pieces of the
XACML specification that require custom implementation. |
Modifier and Type | Method and Description |
---|---|
ResourceFinderResult |
ResourceFinder.findChildResources(AttributeValue parentResourceId)
Deprecated.
As of version 1.2, replaced by
ResourceFinder.findChildResources(AttributeValue,EvaluationCtx) . This version does not
provide the evaluation context to the modules, and will be removed in a future
release. |
ResourceFinderResult |
ResourceFinderModule.findChildResources(AttributeValue parentResourceId)
Deprecated.
As of version 1.2, replaced by
ResourceFinderModule.findChildResources(AttributeValue,EvaluationCtx) . This version does not
provide the evaluation context, and will be removed in a future release. Also,
not that this will never get called when using the default PDP. |
ResourceFinderResult |
ResourceFinder.findChildResources(AttributeValue parentResourceId,
EvaluationCtx context)
Finds Resource Ids using the Children scope, and returns all resolved identifiers as well as
any errors that occurred.
|
ResourceFinderResult |
ResourceFinderModule.findChildResources(AttributeValue parentResourceId,
EvaluationCtx context)
Tries to find the child Resource Ids associated with the parent.
|
ResourceFinderResult |
ResourceFinder.findDescendantResources(AttributeValue parentResourceId)
Deprecated.
As of version 1.2, replaced by
ResourceFinder.findDescendantResources(AttributeValue,EvaluationCtx) . This version does
not provide the evaluation context to the modules, and will be removed in a
future release. |
ResourceFinderResult |
ResourceFinderModule.findDescendantResources(AttributeValue parentResourceId)
Deprecated.
As of version 1.2, replaced by
ResourceFinderModule.findDescendantResources(AttributeValue,EvaluationCtx) . This version does
not provide the evaluation context, and will be removed in a future release.
Also, not that this will never get called when using the default PDP. |
ResourceFinderResult |
ResourceFinder.findDescendantResources(AttributeValue parentResourceId,
EvaluationCtx context)
Finds Resource Ids using the Descendants scope, and returns all resolved identifiers as well
as any errors that occurred.
|
ResourceFinderResult |
ResourceFinderModule.findDescendantResources(AttributeValue parentResourceId,
EvaluationCtx context)
Tries to find the descendant Resource Ids associated with the parent.
|
Copyright © 2020 WSO2. All rights reserved.