インターフェース LdapAuthenticator

すべての既知の実装クラス:
AbstractLdapAuthenticatorBindAuthenticatorPasswordComparisonAuthenticator

public interface LdapAuthenticator
Ldap ユーザーを見つけて認証するための戦略インターフェース。

LdapAuthenticationProvider はこのインターフェースを呼び出してユーザーを認証し、ディレクトリからそのユーザーの情報を取得します。

関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    org.springframework.ldap.core.DirContextOperations
    ユーザーとして認証し、ディレクトリから追加のユーザー情報を取得します。
  • メソッドの詳細

    • authenticate

      org.springframework.ldap.core.DirContextOperations authenticate(Authentication authentication)
      ユーザーとして認証し、ディレクトリから追加のユーザー情報を取得します。
      パラメーター:
      authentication -
      戻り値:
      正常に認証されたユーザーの詳細。