public class DefaultSPAccountMapper extends DefaultLibrarySPAccountMapper
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.
Custom implementations may extend from this class to override some of these implementations if they choose to do so.bundle, debug, dsProvider, IDP, keyProvider, metaManager, role, SP
Constructor and Description |
---|
DefaultSPAccountMapper()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isDynamicalOrIgnoredProfile(String realm)
Checks if dynamical profile creation or ignore profile is enabled.
|
getAutoFedUser, getIdentity, getTransientUser, shouldPersistNameIDFormat
getAttribute, getIdentity, getSSOConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentity
protected boolean isDynamicalOrIgnoredProfile(String realm)
isDynamicalOrIgnoredProfile
in class DefaultLibrarySPAccountMapper
realm
- Realm to check the dynamical profile creation attributes.true
if dynamical profile creation or ignore profile is enabled, false
otherwise.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.