接口 org.apache.struts2.interceptor.PrincipalProxy
的使用

使用 PrincipalProxy 的软件包
org.apache.struts2.interceptor   
org.apache.struts2.servlet.interceptor   
 

org.apache.struts2.interceptorPrincipalProxy 的使用
 

参数类型为 PrincipalProxyorg.apache.struts2.interceptor 中的方法
 void PrincipalAware.setPrincipalProxy(PrincipalProxy principalProxy)
           
 

org.apache.struts2.servlet.interceptorPrincipalProxy 的使用
 

实现 PrincipalProxyorg.apache.struts2.servlet.interceptor 中的类
 class ServletPrincipalProxy
          PrincipalProxy implementation for using HttpServletRequest Principal related methods.