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.
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
Deprecated.Deprecated.invoke
(org.aopalliance.intercept.MethodInvocation invocation) Deprecated.void
setSicherheitAttributeSource
(SicherheitAttributeSource sicherheitAttributeSource) Deprecated.
-
Constructor Details
-
GesichertInterceptor
Deprecated.
-
-
Method Details
-
getSicherheitAttributeSource
Deprecated. -
setSicherheitAttributeSource
Deprecated. -
invoke
Deprecated.- Specified by:
invoke
in interfaceorg.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
-
getOrder
public int getOrder()Deprecated.- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-