Package com.priint.pubserver.auth
Class RestSecuredInterceptor
- java.lang.Object
-
- com.priint.pubserver.auth.RestSecuredInterceptor
-
public class RestSecuredInterceptor extends java.lang.ObjectThe type RestSecuredInterceptor.
-
-
Constructor Summary
Constructors Constructor Description RestSecuredInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectinterceptShiroSecurity(javax.interceptor.InvocationContext context)Intercept shiro security object.
-
-
-
Method Detail
-
interceptShiroSecurity
public java.lang.Object interceptShiroSecurity(javax.interceptor.InvocationContext context) throws java.lang.ExceptionIntercept shiro security object. If class which uses this interceptor is annotated with @NotSecured, it is not checked by this interceptor.- Parameters:
context- the context- Returns:
- the object
- Throws:
java.lang.Exception- the exception
-
-