インターフェース AuthorizationAdvisor

すべてのスーパーインターフェース:
org.aopalliance.aop.Adviceorg.springframework.aop.Advisororg.springframework.aop.framework.AopInfrastructureBeanorg.aopalliance.intercept.Interceptororg.aopalliance.intercept.MethodInterceptororg.springframework.core.Orderedorg.springframework.aop.PointcutAdvisor
すべての既知の実装クラス:
AuthorizationManagerAfterMethodInterceptorAuthorizationManagerAfterReactiveMethodInterceptorAuthorizationManagerBeforeMethodInterceptorAuthorizationManagerBeforeReactiveMethodInterceptorAuthorizeReturnObjectMethodInterceptorPostFilterAuthorizationMethodInterceptorPostFilterAuthorizationReactiveMethodInterceptorPreFilterAuthorizationMethodInterceptorPreFilterAuthorizationReactiveMethodInterceptor

public interface AuthorizationAdvisor extends org.springframework.core.Ordered, org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.PointcutAdvisor, org.springframework.aop.framework.AopInfrastructureBean
メソッドのセキュリティアドバイスを示すインターフェース
導入:
6.3
関連事項:
  • フィールドサマリー

    インターフェース org.springframework.aop.Advisor から継承されたフィールド

    EMPTY_ADVICE

    インターフェース org.springframework.core.Ordered から継承されたフィールド

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • メソッドのサマリー

    インターフェース org.springframework.aop.Advisor から継承されたメソッド

    getAdvice, isPerInstance

    インターフェース org.aopalliance.intercept.MethodInterceptor から継承されたメソッド

    invoke

    インターフェース org.springframework.core.Ordered から継承されたメソッド

    getOrder

    インターフェース org.springframework.aop.PointcutAdvisor から継承されたメソッド

    getPointcut