com.sun.identity.saml.plugins
インタフェース NameIdentifierMapper


public interface NameIdentifierMapper

The class NameIdentifierMapper is an interface that is implemented to map user account to name identifier in assertion subject in OpenSSO.


メソッドの概要
 NameIdentifier getNameIdentifier(Object session, String sourceID, String destID)
          Returns name identifier for assertion subject based on user account in the data store.
 

メソッドの詳細

getNameIdentifier

NameIdentifier getNameIdentifier(Object session,
                                 String sourceID,
                                 String destID)
                                 throws SAMLException
Returns name identifier for assertion subject based on user account in the data store.

パラメータ:
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.
戻り値:
a NameIdentifier for assertion subject.
例外:
SAMLException - if an error occurs