Class GesichertInterceptor

java.lang.Object
de.bund.bva.isyfact.sicherheit.annotation.GesichertInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered

@Deprecated public class GesichertInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered
Deprecated.
since IsyFact 3.0.0 in favor of the isy-security module.
Interceptor, der eine Service-Methode absichert.
  • Constructor Details

    • GesichertInterceptor

      public GesichertInterceptor(Sicherheit<?> sicherheit)
      Deprecated.
  • Method Details

    • getSicherheitAttributeSource

      public SicherheitAttributeSource getSicherheitAttributeSource()
      Deprecated.
    • setSicherheitAttributeSource

      public void setSicherheitAttributeSource(SicherheitAttributeSource sicherheitAttributeSource)
      Deprecated.
    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Deprecated.
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable
    • getOrder

      public int getOrder()
      Deprecated.
      Specified by:
      getOrder in interface org.springframework.core.Ordered