インターフェース SecurityExpressionHandler<T>
- すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean
- すべての既知のサブインターフェース:
MethodSecurityExpressionHandler
- すべての既知の実装クラス:
AbstractSecurityExpressionHandler、DefaultMessageSecurityExpressionHandler、DefaultMethodSecurityExpressionHandler、DefaultWebSecurityExpressionHandler
public interface SecurityExpressionHandler<T> extends org.springframework.aop.framework.AopInfrastructureBean基になる式オブジェクトの実装からセキュリティ式を評価するための Spring Security の要件を分離するファサード- 導入:
- 3.1
方法の概要
すべてのメソッド インスタンスメソッド 抽象メソッド 修飾子と型 メソッド 説明 org.springframework.expression.EvaluationContextcreateEvaluationContext(Authentication authentication, T invocation)呼び出し型のセキュリティ式を評価するための評価コンテキストを提供します。org.springframework.expression.ExpressionParsergetExpressionParser()
メソッドの詳細
getExpressionParser
org.springframework.expression.ExpressionParser getExpressionParser()
- 戻り値:
- 実装で使用される式の式パーサー。
createEvaluationContext
org.springframework.expression.EvaluationContext createEvaluationContext(Authentication authentication, T invocation)
呼び出し型のセキュリティ式を評価するための評価コンテキストを提供します。