org.jboss.seam.faces.security
Class LoginListener
java.lang.Object
org.jboss.seam.faces.security.LoginListener
public class LoginListener
- extends Object
Listen for PreLoginEvent and PostLoginEvent events, storing the viewId requested pre login,
and re-instating the navigation post login.
- Author:
- Brian Leathem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginListener
public LoginListener()
observePreLoginEvent
public void observePreLoginEvent(@Observes
PreLoginEvent event)
observePostLoginEvent
public void observePostLoginEvent(@Observes
PostLoginEvent event)
Copyright © 2009-2011 Seam Framework. All Rights Reserved.