Class ShiroSecurityInterceptor
java.lang.Object
org.apache.shiro.cdi.ShiroSecurityInterceptor
- All Implemented Interfaces:
Serializable
@Interceptor
@Dependent
@Priority(1000)
public class ShiroSecurityInterceptor
extends Object
implements Serializable
Enforce Shiro security on EJBs and CDI Beans
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpropagateShiroSecurity(javax.interceptor.InvocationContext ctx)
-
Constructor Details
-
ShiroSecurityInterceptor
public ShiroSecurityInterceptor()
-
-
Method Details
-
propagateShiroSecurity
- Throws:
Exception
-