public class AuthenticationSucceededEvent extends AuthenticationEvent
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
AuthenticationSucceededEvent(UserAuthority pAuthority,
                            java.lang.String pSourceName,
                            java.lang.String pUserName)
Creates an authentication succeeded event for the indicated user. 
 | 
getId, getSourceNamegetTimestamp, getUserAuthoritypublic AuthenticationSucceededEvent(UserAuthority pAuthority, java.lang.String pSourceName, java.lang.String pUserName)