@Immutable public final class AuthIdentification extends Object implements IAuthIdentification
IAuthIdentification interface.| Constructor and Description |
|---|
AuthIdentification(IAuthSubject aSubject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IAuthSubject |
getAuthSubject() |
LocalDateTime |
getIdentificationDateTime()
Method to retrieve the time stamp of when this object was created.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waithasAuthSubject, isSuccesspublic AuthIdentification(@Nullable IAuthSubject aSubject)
aSubject - The auth subject that was authenticated. May be null if
authentication failed.@Nullable public IAuthSubject getAuthSubject()
getAuthSubject in interface IAuthIdentificationnull if no subject
matched the credentials.@Nonnull public LocalDateTime getIdentificationDateTime()
IAuthIdentificationgetIdentificationDateTime in interface IAuthIdentificationnull.Copyright © 2016–2019 Philip Helger. All rights reserved.