Interface | Description |
---|---|
ActionMapper |
The class
ActionMapper is an interface that is
implemented to get SSO information and map partner actions to
OpenAM authorization decisions. |
AttributeMapper |
The class
AttributeMapper is an interface that is
implemented to get SSO information and map partner attributes to
OpenAM attributes. |
ConsumerSiteAttributeMapper |
This interface needs to be implemented by an trusted assertion consumer site
(a partner) to return a list of
Attribute objects to be
returned as AttributeStatements elements, as part of the
Authentication Assertion returned to the partner during the
SSO scenario of Browser Artifact and POST profile. |
NameIdentifierMapper |
The class
NameIdentifierMapper is an interface
that is implemented to map user account to name identifier in
assertion subject in OpenAM. |
PartnerAccountMapper |
The class
PartnerAccountMapper is an interface
that is implemented to map partner account to user account
in OpenAM. |
PartnerSiteAttributeMapper | Deprecated
This class has been deprecated.
|
SiteAttributeMapper | Deprecated
This class has been deprecated.
|
Class | Description |
---|---|
DefaultActionMapper |
The class
DefaultActionMapper provide a default
implementation of the ActionMapper interface. |
DefaultAttributeMapper |
The class
DefaultAttributeMapper provide a default
implementation of the AttributeMapper interface. |
DefaultNameIdentifierMapper |
The class
NameIdentifierMapper is an interface
that is implemented to map user account to name identifier in
assertion subject. |
DefaultPartnerAccountMapper |
The class
DefaultPartnerAccountMapper provide a default
implementation of the PartnerAccountMapper interface. |
DefaultSiteAttributeMapper |
This class reads Attribute Map in local configuration and maps user's local * attributes to list of
Attribute objects to be returned as
AttributeStatements elements, as part of the
Authentication Assertion returned to the partner during the
SSO scenario of Browser Artifact and POST profile. |
NameIDPartnerAccountMapper |
The class
NameIDPartnerAccountMapper provide an
implementation of the PartnerAccountMapper interface,
the class maps user bases on the value of NameIdentifer only. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.