public interface NameIdentifierMapper
NameIdentifierMapper
is an interface
that is implemented to map user account to name identifier in
assertion subject in OpenAM.Modifier and Type | Method and Description |
---|---|
NameIdentifier |
getNameIdentifier(Object session,
String sourceID,
String destID,
String nameIDFormat)
Returns name identifier for assertion subject based on user account in
the data store.
|
NameIdentifier getNameIdentifier(Object session, String sourceID, String destID, String nameIDFormat) throws SAMLException
session
- the session of the user performing the SSO operation.sourceID
- source ID for the site from which the assertion
originated.destID
- destination ID for the site for which the assertion will be
created.nameIDFormat
- The NameID-Format.NameIdentifier
for assertion subject.SAMLException
- if an error occursCopyright © 2010-2018, ForgeRock All Rights Reserved.