Interface | Description |
---|---|
ChangePassword | |
ResetPassword<R extends ResetPassword.ResetPasswordResponse> |
Process to handle Forgot Password cases
|
UserService<U extends User,R extends ResetPassword.ResetPasswordResponse> |
Class | Description |
---|---|
AbstractSessionAuthService<U extends User,S> |
Standard Session based Auth mechanism defined.
|
LogonChangeListener<U extends User> |
ChangeListener that updates the
AdminUser 's #lastLogInDate or #lastLogOutDate properties
when the UserService is notified of LogonChangeListener.EVENT_LOGIN and LogonChangeListener.EVENT_LOGOUT . |
PasswordChangeListener |
Communicate any change in mail, based on even Model that is of structure : Object[]{userNameId, ResetPasswordResponse}
|
ResetPassword.ResetPasswordResponse |
Reset Password is usually an A-Synchronous process, in the way the user is informed.
|
UserServiceImpl<U extends User,R extends ResetPassword.ResetPasswordResponse> |
Provide user with default common services around IDM and password management etc.
|
WicketBasicSessionAuthService<U extends User,S extends BasicSession> |
BasicSession specific implementation of AbstractSessionAuthService
Note this is difference from WicketBasicSessionAuthService as this is the main logic service
and that is a WebSerivice wrapper. |
Copyright © 2018. All rights reserved.