Class | Description |
---|---|
FMActionMapper |
This class implements ActionMapper to map between XACML context
action and FM native action.
|
FMEnvironmentMapper |
This class implements EnvironmentMapper to map between XACML context
Environment and FM native environment.
|
FMResourceMapper |
This class implements ResourceMapper to map between XACML context
Resource and FM native resource
This mapper would recognise only the following XACML
defined
attributeId
urn:oasis:names:tc:xacml:1.0:resource:resource-id
The attribtue is required to have dataType
http://www.w3.org/2001/XMLSchema#string
Attribute resource-id is mapped to OpenAM Policy resource name. |
FMResultMapper |
This class implements ResultMapper to map between
and native resource result and XACML context result
|
FMSubjectMapper |
This class implements SubjectMapper to map between XACML context
Subject and native subject
This mapper recognises only the following XACML specification defined
attributeId
urn:oasis:names:tc:xacml:1.0:subject:subject-id
Only following dataTypes would be understood for subject-id
urn:oasis:names:tc:xacml:1.0:data-type:x500Name
urn:sun:names:xacml:2.0:data-type:opensso-session-id
urn:sun:names:xacml:2.0:data-type:openfm-sp-nameid
Only following value would be accepted for subject-category attribute
of Subject
urn:oasis:names:tc:xacml:1.0:subject-category:access-subject
If the attribute or the value is not specified in the request, it would
default to this value.
|
XACMLAuthzDecisionQueryHandler |
This class is an implementation of SAML2 query RequestHandler to handle
XACMLAuthzDecisionQuery
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.