Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » interceptor » [javadoc | source]
org.apache.struts2.interceptor
public interface: PrincipalAware [javadoc | source] Actions that want access to the Principal information from HttpServletRequest object should implement this interface.

This interface is only relevant if the Action is used in a servlet environment. By using this interface you will not become tied to servlet environment.

Method from org.apache.struts2.interceptor.PrincipalAware Summary:
setPrincipalProxy
Method from org.apache.struts2.interceptor.PrincipalAware Detail:
 public  void setPrincipalProxy(PrincipalProxy principalProxy)