Interface | Description |
---|---|
IDPAccountMapper |
The interface
IDPAccountMapper is used to map the
local identities to the SAML protocol objects and
also the vice versa for some of the protocols for e.g. |
IDPAttributeMapper |
This interface
IDPAttributeMapper is used to map the
authenticated user configured attributes to SAML Attribute s
so that the SAML framework may insert these attribute information as SAML
AttributeStatement s in SAML Assertion . |
IDPAuthenticationMethodMapper |
The interface
IDPAuthenticationMethodMapper creates an
IDPAuthenticationTypeInfo |
SPAccountMapper |
The class
PartnerAccountMapper is an interface
that is implemented to map partner account to user account
in OpenAM. |
SPAttributeMapper |
This interface
SPAttributeMapper is used to map the
SAML Attribute s to the local user attributes. |
Class | Description |
---|---|
DefaultAccountMapper |
This class
DefaultAccountMapper is a base class extended by
DefaultSPAccountMapper and DefaultIDPAccountMapper . |
DefaultADFSPartnerAccountMapper |
This default
PartnerAccountMapper for ADFS uses configuration
to determine the attribute on which to search for the incoming user
identifier. |
DefaultAttributeMapper |
This class
DefaultAttribute is the base class for
DefaultSPAttributeMapper and
DefaultIDPAttributeMapper for sharing the common
functionalities. |
DefaultIDPAccountMapper |
This class
DefaultIDPAccountMapper is the default
implementation of the IDPAccountMapper that is used
to map the SAML protocol objects to the user accounts. |
DefaultIDPAttributeMapper |
This class
DefaultAttributeMapper implements the
IDPAttributeMapper to return the SAML Attribute
objects that may be inserted in the SAML Assertion. |
DefaultIDPAuthenticationMethodMapper |
This class is an out of the box default implementation of interface
IDPAuthenticationMethodMapper . |
DefaultLibrarySPAccountMapper |
This class
DefaultLibrarySPAccountMapper is the default
implementation of the SPAccountMapper that is used
to map the SAML protocol objects to the user accounts. |
DefaultSPAttributeMapper |
This class
DefaultSPAttribute implements
SPAttributeMapper for mapping the assertion attributes
to local attributes configured in the provider configuration. |
IDPAuthenticationTypeInfo |
The class
IDPAuthenticationTypeInfo consists of the mapping
between AuthenticationType and the actual
authentication mechanism at the Identity Provider. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.