クラス NullLdapAuthoritiesPopulator

java.lang.ObjectSE
org.springframework.security.ldap.authentication.NullLdapAuthoritiesPopulator
実装されたすべてのインターフェース:
LdapAuthoritiesPopulator

public final class NullLdapAuthoritiesPopulator extends ObjectSE implements LdapAuthoritiesPopulator
導入:
3.0
  • コンストラクターの詳細

    • NullLdapAuthoritiesPopulator

      public NullLdapAuthoritiesPopulator()
  • メソッドの詳細

    • getGrantedAuthorities

      public CollectionSE<GrantedAuthority> getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userDetails, StringSE username)
      インターフェースからコピーされた説明: LdapAuthoritiesPopulator
      ユーザーの権限のリストを取得します。
      次で指定:
      インターフェース LdapAuthoritiesPopulatorgetGrantedAuthorities 
      パラメーター:
      userDetails - LDAP オーセンティケーターによって返されたコンテキストオブジェクト。
      戻り値:
      特定のユーザーに付与された権限。