Interface | Description |
---|---|
PIPAttributeFinder |
To register a PIP attribute handler with the PDP against their supported attributes - you need to
implement this interface and add an entry to pip-config.xml file - which should be inside
[CARBON_HOME]\repository\conf.
|
PIPExtension |
PIPExtensions will be fired for each and every XACML request - which will give a handle to the
incoming request.
|
PIPResourceFinder |
To register a PIP resource finder with the PDP.
|
Class | Description |
---|---|
AbstractPIPAttributeFinder |
Abstract implementation of the PIPAttributeFinder.
|
AbstractPIPResourceFinder |
Abstract implementation of the PIPResourceFinder.
|
CarbonAttributeFinder |
CarbonAttributeFinder registers with sun-xacml engine as an AttributeFinderModule and delegate
functionality to the attribute handlers registered with it self.
|
CarbonResourceFinder |
CarbonResourceFinder implements the ResourceFinderModule in the sum-xacml.
|
DefaultAttributeFinder |
DefaultAttributeFinder talks to the underlying user store to read user attributes.
|
DefaultResourceFinder |
This is the default implementation of the PIPResourceFinder.
|
Copyright © 2016 WSO2. All rights reserved.