atg.security
Class AuthenticationFailedEvent

java.lang.Object
  extended by atg.security.UserAuthorityEvent
      extended by atg.security.AuthenticationEvent
          extended by atg.security.AuthenticationFailedEvent

public class AuthenticationFailedEvent
extends AuthenticationEvent

Event thrown when an a UserAuthority fails to authenticate a user.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
AuthenticationFailedEvent(UserAuthority pAuthority, java.lang.String pSourceName, java.lang.String pUserName)
          Creates an authentication failed event for the indicated user.
 
Method Summary
 
Methods inherited from class atg.security.AuthenticationEvent
getId, getSourceName
 
Methods inherited from class atg.security.UserAuthorityEvent
getTimestamp, getUserAuthority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

AuthenticationFailedEvent

public AuthenticationFailedEvent(UserAuthority pAuthority,
                                 java.lang.String pSourceName,
                                 java.lang.String pUserName)
Creates an authentication failed event for the indicated user.