Interface | Description |
---|---|
AssertionIDRequestMapper |
This interface
AssertonIDRequestMapper is used by asseriton
ID request service to process assertion ID request. |
AttributeAuthorityMapper |
This interface
AttributeAuthorityMapper is used by attribute
authority to process attribute query. |
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 . |
IDPAuthnContextMapper |
The interface
IDPAuthnContextMapper creates an
IDPAuthnContextInfo |
IDPECPSessionMapper |
This interface
IDPECPSessionMapper is used to find a valid
session from HTTP servlet request on IDP with ECP profile. |
SAML2IdentityProviderAdapter |
This interface
SAML2IdentityProviderAdapter is used to perform
specific tasks in the IdP |
SAML2IDPFinder |
This interface
SAML2IDPFinder is used to find a list of
preferred Identity Authenticating providers to service the authentication
request. |
SPAccountMapper |
The interface
SPAccountMapper is used to identify the local identities that maps the SAML
protocol objects such as Assertion , ManageNameIDRequest etc. |
SPAttributeMapper |
This interface
SPAttributeMapper is used to map the
SAML Attribute s to the local user attributes. |
SPAuthnContextMapper |
The interface
SPAuthnContextMapper.java determines
the Authentication Context to be set in the Authentication Request
and the Auth Level of an Authentication Context. |
Class | Description |
---|---|
DefaultAccountMapper |
This class
DefaultAccountMapper is a base class that the
DefaultSPAccountMapper and DefaultIDPAccountMapper
shall extend from this class. |
DefaultAssertionIDRequestMapper |
/**
This class
DefaultAssertonIDRequestMapper is the default
implementation of the AssertonIDRequestMapper that is used by
asseriton ID request service to process assertion ID request. |
DefaultAttributeAuthorityMapper |
This class
DefaultAttributeAuthorityMapper is the default
implementation of the AttributeAuthorityMapper that is used by
attribute authority to process attribute query. |
DefaultAttributeMapper |
This class
DefaultAttribute is the base class for
DefaultSPAttributeMapper and
DefaultIDPAttributeMapper for sharing the common
functionalities. |
DefaultFedletAdapter |
The
DefaultFedletAdapter class provides default implementation
for FedletAdapter . |
DefaultIDPAccountMapper |
This class
DefaultIDPAccountMapper is the default implementation of the IDPAccountMapper
that is used to map the SAML protocol objects to the user accounts at the IdentityProvider
side of SAML v2 plugin. |
DefaultIDPAdapter |
This class
DefaultIDPAdapter implements a SAML2 Identity Provider Adapter. |
DefaultIDPAttributeMapper |
This class
DefaultIDPAttributeMapper implements the
IDPAttributeMapper to return the SAML Attribute
objects that may be inserted in the SAML Assertion. |
DefaultIDPAuthnContextMapper |
This class is an out of the box default implementation of interface
IDPAuthnContextMapper . |
DefaultIDPECPSessionMapper |
This class is the default implementation of
IDPECPSessionMapper . |
DefaultLibraryIDPAttributeMapper |
This class
DefaultLibraryIDPAttributeMapper implements the
IDPAttributeMapper to return the SAML Attribute
objects that may be inserted in the SAML Assertion. |
DefaultLibrarySPAccountMapper |
This class
DefaultLibrarySPAccountMapper is the default implementation of the
SPAccountMapper that is used to map the SAML protocol objects to the user accounts at the
ServiceProvider side of SAML v2 plugin. |
DefaultSPAccountMapper |
This class
DefaultSPAccountMapper is the default implementation of the
DefaultLibrarySPAccountMapper that is used to map the SAML protocol objects to the user
accounts at the ServiceProvider side of SAML v2 plugin. |
DefaultSPAttributeMapper |
This class
DefaultSPAttribute implements
SPAttributeMapper for mapping the assertion attributes
to local attributes configured in the provider configuration. |
DefaultSPAuthnContextMapper |
The
DefaultSPAuthnContextMapper.java class determines
the authentication context and the authentication requirements for
authentication by the authenticaion authority. |
ECPIDPFinder |
This class
ECPIDPFinder is used to find a list of
preferred Identity Providers to be placed in the child element "IDPList" of
ECP Request element. |
FedletAdapter |
The
FedletAdapter abstract class provides methods
that could be extended to perform user specific logics during SAMLv2
protocol processing on the Service Provider side. |
IDPAuthnContextInfo |
The class
IDPAuthnContextInfo consists of the mapping
between AuthnContextClassRef and the actual
authentication mechanism at the Identity Provider. |
SAML2IDPProxyFRImpl |
This class
SAML2IDPProxyFRImpl is used to find a preferred Identity
Authenticating provider to proxy the authentication request. |
SAML2IDPProxyImpl |
This class
SAML2IDPProxyImpl is used to find a preferred Identity
Authenticating provider to proxy the authentication request. |
SAML2PluginsUtils |
The
SAML2PluginsUtils contains utility methods for SAML 2.0 plugins classes. |
SAML2ProviderManager |
The class
SAML2ProviderManager retrieves properties consumed
by IDWSF from providers defined in SAML2. |
SAML2ServiceProviderAdapter |
The
SAML2ServiceProviderAdapter abstract class provides methods
that could be extended to perform user specific logics during SAMLv2
protocol processing on the Service Provider side. |
X509SubjectAttributeAuthorityMapper |
This class
X509SubjectAttributeAuthorityMapper is the
implementation of the AttributeAuthorityMapper that is used by
attribute authority to process attribute query with profile
"urn:oasis:names:tc:SAML:2.0:profiles:query:attribute:X509". |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.