public interface IAuthIdentification extends Serializable
IAuthSubject
(e.g. user) at a given date and time.| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getIdentificationDateTime()
Method to retrieve the time stamp of when this object was created.
|
IAuthSubject |
getSubject() |
@Nullable IAuthSubject getSubject()
null if no subject
matched the credentials.@Nonnull LocalDateTime getIdentificationDateTime()
null.Copyright © 2014–2017 Philip Helger. All rights reserved.