public class AuthenticationEvent extends UserAuthorityEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
AuthenticationEvent(UserAuthority pAuthority,
java.lang.String pSourceName,
java.lang.String pId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the ID of the user.
|
java.lang.String |
getSourceName()
Returns the name of the authentication attempt source, if any.
|
getTimestamp, getUserAuthoritypublic AuthenticationEvent(UserAuthority pAuthority, java.lang.String pSourceName, java.lang.String pId)