クラス SecurityRule

java.lang.ObjectSE
org.springframework.webflow.security.SecurityRule

public class SecurityRule extends ObjectSE
セキュリティ属性を比較するためのルールをカプセル化します
作成者:
Scott Andrews
  • フィールドの詳細

    • SECURITY_ATTRIBUTE_NAME

      public static final StringSE SECURITY_ATTRIBUTE_NAME
      セキュリティルールの場所の属性名
      関連事項:
    • COMPARISON_ANY

      public static final short COMPARISON_ANY
      どの属性認証でもアクセスが認可される比較メソッド
      関連事項:
    • COMPARISON_ALL

      public static final short COMPARISON_ALL
      すべての属性認可がアクセスを認可する比較メソッド
      関連事項:
  • コンストラクターの詳細

    • SecurityRule

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

    • securityAttributesToCommaDelimitedList

      public static StringSE securityAttributesToCommaDelimitedList(CollectionSE<?> attributes)
      属性をカンマ区切りの文字列に変換する
      パラメーター:
      attributes - 変換する属性
      戻り値:
      コンマ区切り文字列
    • commaDelimitedListToSecurityAttributes

      public static CollectionSE<StringSE> commaDelimitedListToSecurityAttributes(StringSE attributes)
      属性をコンマ区切り文字列からコレクションに変換する
      パラメーター:
      attributes - 変換する属性
      戻り値:
      コンマ解析コレクション
    • getAttributes

      public CollectionSE<StringSE> getAttributes()
      セキュリティ属性を取得する
      戻り値:
      セキュリティ属性
    • setAttributes

      public void setAttributes(CollectionSE<StringSE> attributes)
      セキュリティ属性を設定する
      パラメーター:
      attributes - セキュリティ属性
    • getComparisonType

      public short getComparisonType()
      比較型を取得します
      戻り値:
      比較型
    • setComparisonType

      public void setComparisonType(short comparisonType)
      比較型を設定します
      パラメーター:
      comparisonType - 比較型
    • getAuthorizationManager

      public org.springframework.security.authorization.AuthorizationManager<ObjectSE> getAuthorizationManager()
      AuthorityAuthorizationManager に基づいて、このセキュリティ構成の AuthorizationManager を返します。