クラス LdapEntryIdentificationContextMapper
java.lang.ObjectSE
org.springframework.ldap.core.LdapEntryIdentificationContextMapper
- 実装済みのインターフェース一覧:
ContextMapper<LdapEntryIdentification>
public class LdapEntryIdentificationContextMapper
extends ObjectSE
implements ContextMapper<LdapEntryIdentification>
見つかったエントリをそれぞれのエントリの
LdapEntryIdentification にマップする ContextMapper 実装。- 導入:
- 1.3
コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
LdapEntryIdentificationContextMapper
public LdapEntryIdentificationContextMapper()
方法の詳細
mapFromContext
インターフェースからコピーされた説明:ContextMapper単一の LDAP コンテキストをオブジェクトにマップします。指定されたオブジェクトctxは、単一のSearchResultSE、BindingSE、またはルックアップ操作からのオブジェクトです。- 次で指定:
- インターフェース
ContextMapper<LdapEntryIdentification>内のmapFromContext - パラメーター:
ctx- オブジェクトにマップするコンテキスト。プロジェクト固有のDirObjectFactoryがContextSourceで指定されていない限り、通常、これはDirContextAdapterインスタンスになります。- 戻り値:
- コンテキスト内のデータから構築されたオブジェクト。