finder
package supports all of the pieces of the
XACML specification that require custom implementation.See: Description
Class | Description |
---|---|
AttributeFinder |
This class is used by the PDP to find attribute values that weren't
originally supplied in the request.
|
AttributeFinderModule |
This is the abstract class that all
AttributeFinder modules
extend. |
PolicyFinder |
This class is used by the PDP to find all policies used in evaluation.
|
PolicyFinderModule |
This is the abstract class that all
PolicyFinder modules
extend. |
PolicyFinderResult |
This is used as the return value for the findPolicy() methods in the
PolicyFinder . |
ResourceFinder |
This class is used by the PDP to handle resource scopes other than
Immediate.
|
ResourceFinderModule |
This is the abstract class that all
ResourceFinder modules
extend. |
ResourceFinderResult |
This is used to return Resource Ids from the ResourceFinder.
|
finder
package supports all of the pieces of the
XACML specification that require custom implementation. Specifically,
there are classes here to manage looking for attributes outside of the
physical request document, finding policies, and resolving resource
identifiers. There are also base classes used to build new modules
that can perform different application specific tasks to support these
three kinds of operations. These managers are used directly by the
PDP, and the managers in turn use the modules, and return values using
the return-value classes in this package.Copyright © 2023 JBoss by Red Hat. All rights reserved.