站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

PrincipalAttributeResolver - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.server.impl
Class PrincipalAttributeResolver

java.lang.Object
  extended byorg.jboss.portal.server.impl.AbstractSessionAttributeResolver
      extended byorg.jboss.portal.server.impl.PrincipalAttributeResolver
All Implemented Interfaces:
AttributeResolver

public class PrincipalAttributeResolver
extends AbstractSessionAttributeResolver

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
private  java.lang.String cachedMapKey
          .
private  java.lang.String cachedPrincipalName
          .
 
Fields inherited from class org.jboss.portal.server.impl.AbstractSessionAttributeResolver
req
 
Constructor Summary
PrincipalAttributeResolver(javax.servlet.http.HttpServletRequest req)
           
 
Method Summary
protected  java.lang.String getMapKey()
           
 
Methods inherited from class org.jboss.portal.server.impl.AbstractSessionAttributeResolver
createMap, getAttribute, getKeys, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedPrincipalName

private java.lang.String cachedPrincipalName
.


cachedMapKey

private java.lang.String cachedMapKey
.

Constructor Detail

PrincipalAttributeResolver

public PrincipalAttributeResolver(javax.servlet.http.HttpServletRequest req)
Method Detail

getMapKey

protected java.lang.String getMapKey()
Specified by:
getMapKey in class AbstractSessionAttributeResolver