public interface ResourceMapper
Modifier and Type | Method and Description |
---|---|
void |
initialize(String pdpEntityId,
String pepEntityId,
Map properties)
Initializes the mapper implementation.
|
String[] |
mapToNativeResource(Resource xacmlContextResource)
Returns native resource and service name
|
Resource |
mapToXACMLResoure(String resourceName,
String serviceName)
Returns XACML context Resource
|
void initialize(String pdpEntityId, String pepEntityId, Map properties) throws XACMLException
pdpEntityId
- EntityID of PDPpepEntityId
- EntityID of PEPproperties
- configuration propertiesXACMLException
- if can not initializeString[] mapToNativeResource(Resource xacmlContextResource) throws XACMLException
xacmlContextResource
- XACML context ResourceXACMLException
- if can not map to native resource
and service nameResource mapToXACMLResoure(String resourceName, String serviceName) throws XACMLException
resourceName
- native resource nameserviceName
- native service name the requested resource belongs toXACMLException
- if can not map to XACML context ResourceCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.