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(org.jboss.seam.faces.event.PostLoginEvent event)
           
 void observePreLoginEvent(org.jboss.seam.faces.event.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
                                 org.jboss.seam.faces.event.PreLoginEvent event)

observePostLoginEvent

public void observePostLoginEvent(@Observes
                                  org.jboss.seam.faces.event.PostLoginEvent event)


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