public class AuthenticationFailedStatusDaoImpl extends AuthenticationFailedStatusDaoBase
AuthenticationFailedStatusDaoBase
TRANSFORM_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, updateLockedTimeout
protected AuthenticationFailedStatus handleFindByUserAndChannel(User user, ChannelType channel)
AuthenticationFailedStatusDaoBase.findByUserAndChannel(com.communote.server.model.user.User, com.communote.server.model.security.ChannelType)
handleFindByUserAndChannel
in class AuthenticationFailedStatusDaoBase
protected void handleIncFailedAuthCount(long failedAuthStatusId)
AuthenticationFailedStatusDaoBase.incFailedAuthCount(long)
handleIncFailedAuthCount
in class AuthenticationFailedStatusDaoBase
protected void handleUpdateLockedTimeout(long failedAuthStatusId, Timestamp lockedTimeout)
AuthenticationFailedStatusDaoBase.updateLockedTimeout(long, java.sql.Timestamp)
handleUpdateLockedTimeout
in class AuthenticationFailedStatusDaoBase
Copyright © 2019 Communote team. All rights reserved.