public interface EnvironmentMapper
Modifier and Type | Method and Description |
---|---|
void |
initialize(String pdpEntityId,
String pepEntityId,
Map properties)
Initializes the mapper implementation.
|
Map |
mapToNativeEnvironment(Environment xacmlContextEnvironment,
List xacmlContextSubjects)
Returns native environment
|
void initialize(String pdpEntityId, String pepEntityId, Map properties) throws XACMLException
pdpEntityId
- EntityID of PDPpepEntityId
- EntityID of PEPproperties
- configuration propertiesXACMLException
- if can not initializeMap mapToNativeEnvironment(Environment xacmlContextEnvironment, List xacmlContextSubjects) throws XACMLException
xacmlContextEnvironment
- XACML context EnvironmentxacmlContextSubjects
- XACML context Subject(s)XACMLException
- if can not map to native environmentCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.