org.jboss.seam.security.events
Class LoginFailedEvent

java.lang.Object
  extended by org.jboss.seam.security.events.LoginFailedEvent

public class LoginFailedEvent
extends Object

This event is fired when an authentication attempt fails

Author:
Shane Bryzak

Constructor Summary
LoginFailedEvent(Exception loginException)
           
 
Method Summary
 Exception getLoginException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginFailedEvent

public LoginFailedEvent(Exception loginException)
Method Detail

getLoginException

public Exception getLoginException()


Copyright © 2011 Seam Framework. All Rights Reserved.