クラス NullLdapAuthoritiesPopulator
java.lang.ObjectSE
org.springframework.security.ldap.authentication.NullLdapAuthoritiesPopulator
- 実装済みのインターフェース一覧:
LdapAuthoritiesPopulator
public final class NullLdapAuthoritiesPopulator
extends ObjectSE
implements LdapAuthoritiesPopulator
- 導入:
- 3.0
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userDetails, StringSE username) ユーザーの権限のリストを取得します。
コンストラクターの詳細
NullLdapAuthoritiesPopulator
public NullLdapAuthoritiesPopulator()
メソッドの詳細
getGrantedAuthorities
public CollectionSE<GrantedAuthority> getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userDetails, StringSE username) インターフェースからコピーされた説明:LdapAuthoritiesPopulatorユーザーの権限のリストを取得します。- 次で指定:
- インターフェース
LdapAuthoritiesPopulatorのgetGrantedAuthorities - パラメーター:
userDetails- LDAP オーセンティケーターによって返されたコンテキストオブジェクト。- 戻り値:
- 特定のユーザーに付与された権限。