クラス NullLdapAuthoritiesPopulator

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      java.util.Collection<GrantedAuthority>getGrantedAuthorities​(org.springframework.ldap.core.DirContextOperations userDetails, java.lang.String username)
      ユーザーの権限のリストを取得します。
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • NullLdapAuthoritiesPopulator

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

      • getGrantedAuthorities

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