FileDocCategorySizeDatePackage
PrincipalAware.javaAPI DocExample1348Mon Jul 23 13:26:52 BST 2007org.apache.struts2.interceptor

PrincipalAware

public interface PrincipalAware
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.

Fields Summary
Constructors Summary
Methods Summary
public voidsetPrincipalProxy(PrincipalProxy principalProxy)