Spring Security Framework

org.springframework.security.ui.portlet
Class PortletAuthenticationDetails

java.lang.Object
  extended by org.springframework.security.ui.portlet.PortletAuthenticationDetails
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortletPreAuthenticatedAuthenticationDetails

public class PortletAuthenticationDetails
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  org.apache.commons.logging.Log logger
           
protected  Map userInfo
           
 
Constructor Summary
PortletAuthenticationDetails(javax.portlet.PortletRequest request)
           
 
Method Summary
 Map getUserInfo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger

userInfo

protected Map userInfo
Constructor Detail

PortletAuthenticationDetails

public PortletAuthenticationDetails(javax.portlet.PortletRequest request)
Method Detail

getUserInfo

public Map getUserInfo()

toString

public String toString()
Overrides:
toString in class Object

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.