public class FMResultMapper extends Object implements ResultMapper
Constructor and Description |
---|
FMResultMapper() |
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)
Maps
com.sun.identity.policy.ResourceResult to
XACML context Result |
public void initialize(String pdpEntityId, String pepEntityId, Map properties) throws XACMLException
initialize
in interface ResultMapper
pdpEntityId
- EntityID of PDPpepEntityId
- EntityID of PEPproperties
- configuration propertiesXACMLException
- if can not initializepublic Result mapToXACMLResult(Object nativeResult, String nativeServiceName, ResourceMapper resourceMapper, ActionMapper actionMapper) throws XACMLException
com.sun.identity.policy.ResourceResult
to
XACML context ResultmapToXACMLResult
in interface ResultMapper
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.