org.jboss.picketlink.cdi.authentication.event
Class LoginFailedEvent

java.lang.Object
  extended by org.jboss.picketlink.cdi.authentication.event.LoginFailedEvent

public class LoginFailedEvent
extends Object

This event is fired when an authentication attempt fails

Author:
Shane Bryzak

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

Constructor Detail

LoginFailedEvent

public LoginFailedEvent(Throwable loginException)
Method Detail

getLoginException

public Throwable getLoginException()


Copyright © 2012. All Rights Reserved.