クラス SimpleMappableAttributesRetriever

java.lang.ObjectSE
org.springframework.security.core.authority.mapping.SimpleMappableAttributesRetriever
実装されたすべてのインターフェース:
MappableAttributesRetriever

public class SimpleMappableAttributesRetriever extends ObjectSE implements MappableAttributesRetriever
このクラスは、対応する setter メソッドを使用して以前に設定されたマップ可能な属性のリストを返すだけで、MappableAttributesRetriever インターフェースを実装します。
導入:
2.0
  • コンストラクターの詳細

    • SimpleMappableAttributesRetriever

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

    • getMappableAttributes

      public SetSE<StringSE> getMappableAttributes()
      インターフェースからコピーされた説明: MappableAttributesRetriever
      このメソッドの実装は、 GrantedAuthority にマップできるすべての文字列属性のセットを返す必要があります。
      次で指定:
      インターフェース MappableAttributesRetrievergetMappableAttributes 
      戻り値:
      すべてのマッピング可能なロールのセット
    • setMappableAttributes

      public void setMappableAttributes(SetSE<StringSE> aMappableRoles)