@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) |
LocalDateTime |
getIdentificationDateTime()
Method to retrieve the time stamp of when this object was created.
|
IAuthSubject |
getSubject() |
int |
hashCode() |
String |
toString() |
public AuthIdentification(@Nullable IAuthSubject aSubject)
aSubject - The auth subject that was authenticated. May be null if
authentication failed.@Nullable public IAuthSubject getSubject()
getSubject in interface IAuthIdentificationnull if no subject
matched the credentials.@Nonnull public LocalDateTime getIdentificationDateTime()
IAuthIdentificationgetIdentificationDateTime in interface IAuthIdentificationnull.Copyright © 2014–2017 Philip Helger. All rights reserved.