クラス SecurityRule
java.lang.ObjectSE
org.springframework.webflow.security.SecurityRule
セキュリティ属性を比較するためのルールをカプセル化します
- 作成者:
- Scott Andrews
フィールド概要
フィールド修飾子と型フィールド説明static final shortすべての属性認可がアクセスを認可する比較メソッドstatic final shortどの属性認証でもアクセスが認可される比較メソッドstatic final StringSEセキュリティルールの場所の属性名コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明static CollectionSE<StringSE>commaDelimitedListToSecurityAttributes(StringSE attributes) 属性をコンマ区切り文字列からコレクションに変換するセキュリティ属性を取得するorg.springframework.security.authorization.AuthorizationManager<ObjectSE>AuthorityAuthorizationManagerに基づいて、このセキュリティ構成のAuthorizationManagerを返します。short比較型を取得しますstatic StringSEsecurityAttributesToCommaDelimitedList(CollectionSE<?> attributes) 属性をカンマ区切りの文字列に変換するvoidsetAttributes(CollectionSE<StringSE> attributes) セキュリティ属性を設定するvoidsetComparisonType(short comparisonType) 比較型を設定します
フィールドの詳細
コンストラクターの詳細
SecurityRule
public SecurityRule()
メソッドの詳細
securityAttributesToCommaDelimitedList
属性をカンマ区切りの文字列に変換する- パラメーター:
attributes- 変換する属性- 戻り値:
- コンマ区切り文字列
commaDelimitedListToSecurityAttributes
属性をコンマ区切り文字列からコレクションに変換する- パラメーター:
attributes- 変換する属性- 戻り値:
- コンマ解析コレクション
getAttributes
セキュリティ属性を取得する- 戻り値:
- セキュリティ属性
setAttributes
セキュリティ属性を設定する- パラメーター:
attributes- セキュリティ属性
getComparisonType
public short getComparisonType()比較型を取得します- 戻り値:
- 比較型
setComparisonType
public void setComparisonType(short comparisonType) 比較型を設定します- パラメーター:
comparisonType- 比較型
getAuthorizationManager
public org.springframework.security.authorization.AuthorizationManager<ObjectSE> getAuthorizationManager()AuthorityAuthorizationManagerに基づいて、このセキュリティ構成のAuthorizationManagerを返します。