org.springframework.security.ui.portlet
Class PortletAuthenticationDetails

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

public class PortletAuthenticationDetails
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  org.apache.commons.logging.Log logger
           
protected  java.util.Map userInfo
           
 
Constructor Summary
PortletAuthenticationDetails(javax.portlet.PortletRequest request)
           
 
Method Summary
 java.util.Map getUserInfo()
           
 java.lang.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 java.util.Map userInfo
Constructor Detail

PortletAuthenticationDetails

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

getUserInfo

public java.util.Map getUserInfo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object