| Interface | Description |
|---|---|
| AuthenticationFailedStatusDao | |
| EmailSecurityCodeDao | |
| ForgottenPasswordSecurityCodeDao | |
| InviteSecurityCodeDao<T extends SecurityCode> | |
| InviteUserToBlogSecurityCodeDao | |
| InviteUserToClientSecurityCodeDao | |
| UnlockUserSecurityCodeDao | |
| UserSecurityCodeDao |
| Class | Description |
|---|---|
| AuthenticationFailedStatusDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.security.AuthenticationFailedStatus. |
| AuthenticationFailedStatusDaoImpl |
Implementation of
AuthenticationFailedStatusDaoBase |
| EmailSecurityCodeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.security.EmailSecurityCode. |
| EmailSecurityCodeDaoImpl | |
| ForgottenPasswordSecurityCodeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.security.ForgottenPasswordSecurityCode. |
| ForgottenPasswordSecurityCodeDaoImpl | |
| InviteUserToBlogSecurityCodeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
InviteUserToBlogSecurityCode. |
| InviteUserToBlogSecurityCodeDaoImpl | |
| InviteUserToClientSecurityCodeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
InviteUserToClientSecurityCode. |
| InviteUserToClientSecurityCodeDaoImpl | |
| UnlockUserSecurityCodeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.security.UnlockUserSecurityCode. |
| UnlockUserSecurityCodeDaoImpl | |
| UserSecurityCodeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.security.UserSecurityCode. |
| UserSecurityCodeDaoImpl |
Copyright © 2019 Communote team. All rights reserved.