public class AuthenticationFailedStatusDaoImpl extends AuthenticationFailedStatusDaoBase
AuthenticationFailedStatusDaoBaseTRANSFORM_NONE| Constructor and Description |
|---|
AuthenticationFailedStatusDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationFailedStatus |
handleFindByUserAndChannel(User user,
ChannelType channel)
|
protected void |
handleIncFailedAuthCount(long failedAuthStatusId)
Performs the core logic for
AuthenticationFailedStatusDaoBase.incFailedAuthCount(long) |
protected void |
handleUpdateLockedTimeout(long failedAuthStatusId,
Timestamp lockedTimeout)
Performs the core logic for
AuthenticationFailedStatusDaoBase.updateLockedTimeout(long, java.sql.Timestamp) |
create, create, create, create, evict, findByUserAndChannel, incFailedAuthCount, load, load, loadAll, loadAll, remove, remove, remove, transformEntities, transformEntity, update, update, updateLockedTimeoutprotected AuthenticationFailedStatus handleFindByUserAndChannel(User user, ChannelType channel)
AuthenticationFailedStatusDaoBase.findByUserAndChannel(com.communote.server.model.user.User, com.communote.server.model.security.ChannelType)handleFindByUserAndChannel in class AuthenticationFailedStatusDaoBaseprotected void handleIncFailedAuthCount(long failedAuthStatusId)
AuthenticationFailedStatusDaoBase.incFailedAuthCount(long)handleIncFailedAuthCount in class AuthenticationFailedStatusDaoBaseprotected void handleUpdateLockedTimeout(long failedAuthStatusId,
Timestamp lockedTimeout)
AuthenticationFailedStatusDaoBase.updateLockedTimeout(long, java.sql.Timestamp)handleUpdateLockedTimeout in class AuthenticationFailedStatusDaoBaseCopyright © 2019 Communote team. All rights reserved.