public interface IAuthIdentification extends com.helger.commons.state.ISuccessIndicator, Serializable
IAuthSubject (e.g. user) at a given date and time.| Modifier and Type | Method and Description |
|---|---|
IAuthSubject |
getAuthSubject() |
LocalDateTime |
getIdentificationDateTime()
Method to retrieve the time stamp of when this object was created.
|
default boolean |
hasAuthSubject(IAuthSubject aSubject) |
default boolean |
isSuccess() |
@Nullable IAuthSubject getAuthSubject()
null if no subject
matched the credentials.default boolean isSuccess()
isSuccess in interface com.helger.commons.state.ISuccessIndicatordefault boolean hasAuthSubject(@Nullable IAuthSubject aSubject)
@Nonnull LocalDateTime getIdentificationDateTime()
null.Copyright © 2016–2019 Philip Helger. All rights reserved.