atg.security
Class AuthenticationSucceededEvent

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

public class AuthenticationSucceededEvent
extends AuthenticationEvent

Event thrown when an a UserAuthority succeeds in authenticating a user.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
AuthenticationSucceededEvent(UserAuthority pAuthority, java.lang.String pSourceName, java.lang.String pUserName)
          Creates an authentication succeeded 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

AuthenticationSucceededEvent

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