public interface NameIdentifierMapper
NameIdentifierMapper
is an interface
that is implemented to map user account to name identifier in
assertion subject in OpenSSO.Modifier and Type | Method and Description |
---|---|
NameIdentifier |
getNameIdentifier(Object session,
String sourceID,
String destID)
Returns name identifier for assertion subject based on user account in
the data store.
|
NameIdentifier getNameIdentifier(Object session, String sourceID, String destID) 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.NameIdentifier
for assertion subject.SAMLException
- if an error occursCopyright © 2010-2013, ForgeRock All Rights Reserved.