public interface LoginServiceLocal extends LoginService
LoginService| Modifier and Type | Method and Description |
|---|---|
void |
clearUserActionFailures(org.cyclos.impl.access.FailedAction action)
Records an action failure.
|
DateRange |
getFirstAndLastLogin(BasicUser user)
Returns the first and last login of the given user, or null if never logged in before
|
LoginData |
getLoginData(Channel channel)
Returns the data for user login according to the given channel
|
boolean |
recordUserActionFailure(org.cyclos.impl.access.FailedAction action,
java.lang.Integer max,
UserAlertType alertType)
Records an action failure.
|
checkSecondaryPassword, getLoginData, getSecondaryPasswordInput, login, loginAndGetInitializationData, loginUser, logout, logoutUser, replaceSessionvoid clearUserActionFailures(org.cyclos.impl.access.FailedAction action)
DateRange getFirstAndLastLogin(BasicUser user)
LoginData getLoginData(Channel channel)
boolean recordUserActionFailure(org.cyclos.impl.access.FailedAction action,
java.lang.Integer max,
UserAlertType alertType)