org.jboss.seam.faces.event
Class PreLoginEvent
java.lang.Object
org.jboss.seam.faces.event.PreLoginEvent
public class PreLoginEvent
- extends Object
An event fired when the SecurityPhaseListener is about to redirect to the login page. The session map is
provided as a place to store values to be retrieved during the PostLoginEvent.
- Author:
- Brian Leathem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreLoginEvent
public PreLoginEvent(javax.faces.context.FacesContext context,
Map<String,Object> sessionMap)
getFacesContext
public javax.faces.context.FacesContext getFacesContext()
getSessionMap
public Map<String,Object> getSessionMap()
Copyright © 2009-2011 Seam Framework. All Rights Reserved.