Class UserAwareInterceptor

java.lang.Object
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
com.atlassian.confluence.user.actions.UserAwareInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable, org.apache.struts2.interceptor.Interceptor

public class UserAwareInterceptor extends AbstractAwareInterceptor
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 Details

    • UserAwareInterceptor

      public UserAwareInterceptor()
  • Method Details