Class UserAwareInterceptor
java.lang.Object
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
com.atlassian.confluence.user.actions.UserAwareInterceptor
- All Implemented Interfaces:
Serializable,org.apache.struts2.interceptor.Interceptor
Grabs the user from the action and determines whether the user is valid and the logged-in
user has permission to view the action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
destroy, getParameter, getUser, hasParameter, init
-
Constructor Details
-
UserAwareInterceptor
public UserAwareInterceptor()
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceorg.apache.struts2.interceptor.Interceptor- Specified by:
interceptin classAbstractAwareInterceptor- Throws:
Exception
-