org.jboss.seam.faces.security
Class LoginListener

java.lang.Object
  extended by 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

Constructor Summary
LoginListener()
           
 
Method Summary
 void observePostLoginEvent(PostLoginEvent event)
           
 void observePreLoginEvent(PreLoginEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginListener

public LoginListener()
Method Detail

observePreLoginEvent

public void observePreLoginEvent(@Observes
                                 PreLoginEvent event)

observePostLoginEvent

public void observePostLoginEvent(@Observes
                                  PostLoginEvent event)


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