Class Summary |
AuthenticationUserVerifierFactory |
Factory that provides some verifiers about user authentication :
- one to verify if the user can login in relation to its account state
- one to verify if the user can try to login one more time after a login error
User: Yohann Chastagnier
Date: 06/02/13 |
UserCanLoginVerifier |
Class that provides tools to verify if the user can login in relation to its account state. |
UserCanTryAgainToLoginVerifier |
Class that provides tools to verify if the user can try to login one more time after a login
error. |
UserMustAcceptTermsOfServiceVerifier |
Class that provides tools to verify if the user must accept terms of service. |
UserMustChangePasswordVerifier |
Class that provides tools to verify if the user have to change his password or if the user will
soon have to change his password. |