This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: How to fetch the username which triggered a login failed eventjosdaniel Aug 13, 2010 3:07 AM (in response to josdaniel)The loginFailed, authenticate methods are part of AuthenticatorBean.java 
- 
        2. Re: How to fetch the username which triggered a login failed eventshane.bryzak Aug 13, 2010 3:33 AM (in response to josdaniel)The username should be available in the Credentials component. Just use Credentials.instance().getUsername(). 
- 
        3. Re: How to fetch the username which triggered a login failed eventshane.bryzak Aug 13, 2010 3:34 AM (in response to josdaniel)Sorry, I just realized that Credentials doesn't have an instance() method. Use Identity.instance().getCredentials().getUsername() instead. 
- 
        4. Re: How to fetch the username which triggered a login failed eventjosdaniel Aug 13, 2010 4:52 AM (in response to josdaniel)thanks it works 
 
    