@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) |
org.joda.time.DateTime |
getIdentificationDate()
Method to retrieve the timestamp of when this object was created.
|
IAuthSubject |
getSubject() |
int |
hashCode() |
String |
toString() |
public AuthIdentification(@Nullable IAuthSubject aSubject)
aSubject - May be null.@Nullable public IAuthSubject getSubject()
getSubject in interface IAuthIdentificationnull if no subject
matched the credentials.@Nonnull public org.joda.time.DateTime getIdentificationDate()
IAuthIdentificationgetIdentificationDate in interface IAuthIdentificationnull.Copyright © 2014–2015 Philip Helger. All rights reserved.