org.jboss.seam.faces.event
Class PostLoginEvent

java.lang.Object
  extended by org.jboss.seam.faces.event.PostLoginEvent

public class PostLoginEvent
extends Object

An event fired after a successful authentication. The session map is provided to retrieve values stored during the PostLoginEvent.

Author:
Brian Leathem

Constructor Summary
PostLoginEvent(javax.faces.context.FacesContext context, Map<String,Object> sessionMap)
           
 
Method Summary
 javax.faces.context.FacesContext getFacesContext()
           
 Map<String,Object> getSessionMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostLoginEvent

public PostLoginEvent(javax.faces.context.FacesContext context,
                      Map<String,Object> sessionMap)
Method Detail

getFacesContext

public javax.faces.context.FacesContext getFacesContext()

getSessionMap

public Map<String,Object> getSessionMap()


Copyright © 2009-2013 Seam Framework. All Rights Reserved.