インターフェース LdapAuthenticator
public interface LdapAuthenticatorLdap ユーザーを見つけて認証するための戦略インターフェース。LdapAuthenticationProvider はこのインターフェースを呼び出してユーザーを認証し、ディレクトリからそのユーザーの情報を取得します。
方法の概要
すべてのメソッド インスタンスメソッド 抽象メソッド 修飾子と型 メソッド 説明 org.springframework.ldap.core.DirContextOperationsauthenticate(Authentication authentication)ユーザーとして認証し、ディレクトリから追加のユーザー情報を取得します。
メソッドの詳細
authenticate
org.springframework.ldap.core.DirContextOperations authenticate(Authentication authentication)
ユーザーとして認証し、ディレクトリから追加のユーザー情報を取得します。- パラメーター:
authentication-- 戻り値:
- 正常に認証されたユーザーの詳細。