クラス 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

      public LdapEntryIdentification mapFromContext(ObjectSE ctx)
      インターフェースからコピーされた説明: ContextMapper
      単一の LDAP コンテキストをオブジェクトにマップします。指定されたオブジェクト ctx は、単一の SearchResultSE、BindingSE、またはルックアップ操作からのオブジェクトです。
      次で指定:
      インターフェース ContextMapper<LdapEntryIdentification> 内の mapFromContext 
      パラメーター:
      ctx - オブジェクトにマップするコンテキスト。プロジェクト固有の DirObjectFactory が ContextSource で指定されていない限り、通常、これは DirContextAdapter インスタンスになります。
      戻り値:
      コンテキスト内のデータから構築されたオブジェクト。