public interface ResultMapper
Modifier and Type | Method and Description |
---|---|
void |
initialize(String pdpEntityId,
String pepEntityId,
Map properties)
Initializes the mapper implementation.
|
Result |
mapToXACMLResult(Object nativeResult,
String nativeServiceName,
ResourceMapper resourceMapper,
ActionMapper actionMapper)
Returns XACML context Result
|
void initialize(String pdpEntityId, String pepEntityId, Map properties) throws XACMLException
pdpEntityId
- EntityID of PDPpepEntityId
- EntityID of PEPproperties
- configuration propertiesXACMLException
- if can not initializeResult mapToXACMLResult(Object nativeResult, String nativeServiceName, ResourceMapper resourceMapper, ActionMapper actionMapper) throws XACMLException
nativeResult
- native resource resultnativeServiceName
- native service nameresourceMapper
- resource mapper to map to XACML ResourceactionMapper
- action mapper to map to XACML ActionXACMLException
- if can not map to XACML context ResultCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.