Spring Security Framework

org.springframework.security.ui.portlet
Class PortletPreAuthenticatedAuthenticationDetails

java.lang.Object
  extended by org.springframework.security.ui.portlet.PortletAuthenticationDetails
      extended by org.springframework.security.ui.portlet.PortletPreAuthenticatedAuthenticationDetails
All Implemented Interfaces:
Serializable, GrantedAuthoritiesContainer, MutableGrantedAuthoritiesContainer

public class PortletPreAuthenticatedAuthenticationDetails
extends PortletAuthenticationDetails
implements MutableGrantedAuthoritiesContainer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.security.ui.portlet.PortletAuthenticationDetails
logger, userInfo
 
Constructor Summary
PortletPreAuthenticatedAuthenticationDetails(javax.portlet.PortletRequest request)
           
 
Method Summary
 GrantedAuthority[] getGrantedAuthorities()
           
 void setGrantedAuthorities(GrantedAuthority[] authorities)
          Used to store authorities in the containing object.
 String toString()
           
 
Methods inherited from class org.springframework.security.ui.portlet.PortletAuthenticationDetails
getUserInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletPreAuthenticatedAuthenticationDetails

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

getGrantedAuthorities

public GrantedAuthority[] getGrantedAuthorities()
Specified by:
getGrantedAuthorities in interface GrantedAuthoritiesContainer

setGrantedAuthorities

public void setGrantedAuthorities(GrantedAuthority[] authorities)
Description copied from interface: MutableGrantedAuthoritiesContainer
Used to store authorities in the containing object.

Specified by:
setGrantedAuthorities in interface MutableGrantedAuthoritiesContainer

toString

public String toString()
Overrides:
toString in class PortletAuthenticationDetails

Spring Security Framework

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