public class OrienteerUsersService extends Object implements IOrienteerUsersService
IOrienteerUsersService| Constructor and Description |
|---|
OrienteerUsersService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustRegistrationPreparedMail(OPreparedMail preparedMail,
OrienteerUser user) |
protected void |
adjustRestorePreparedMail(OPreparedMail preparedMail,
OrienteerUser user) |
void |
clearRestoring(OrienteerUser user)
Remove scheduler event for restore user password
|
protected Map<String,Object> |
createRegistrationMailMacros(OrienteerUser user) |
protected Map<String,Object> |
createRestoreMailMacros(OrienteerUser user) |
OrienteerUser |
createUser()
Creates new user.
|
Class<? extends org.apache.wicket.markup.html.WebPage> |
getLoginPage() |
Class<? extends org.apache.wicket.markup.html.WebPage> |
getRegistrationPage() |
Class<? extends org.apache.wicket.markup.html.WebPage> |
getRestorePasswordPage() |
void |
notifyUserAboutRegistration(OrienteerUser user)
Send mail to user with link to
RegistrationResource |
protected void |
notifyUserAboutRestorePassword(OrienteerUser user) |
void |
restoreUserPassword(OrienteerUser user)
Create scheduler event for remove
OrienteerUser.PROP_RESTORE_ID and send mail with restore link
created by RestorePasswordResource to user email. |
public void restoreUserPassword(OrienteerUser user)
IOrienteerUsersServiceOrienteerUser.PROP_RESTORE_ID and send mail with restore link
created by RestorePasswordResource to user email.restoreUserPassword in interface IOrienteerUsersServiceuser - user to restore password forpublic void clearRestoring(OrienteerUser user)
IOrienteerUsersServiceclearRestoring in interface IOrienteerUsersServiceuser - userpublic void notifyUserAboutRegistration(OrienteerUser user)
IOrienteerUsersServiceRegistrationResourcenotifyUserAboutRegistration in interface IOrienteerUsersServiceuser - userpublic OrienteerUser createUser()
IOrienteerUsersServicecreateUser in interface IOrienteerUsersServicepublic Class<? extends org.apache.wicket.markup.html.WebPage> getRestorePasswordPage()
getRestorePasswordPage in interface IOrienteerUsersServiceRestorePasswordResourcepublic Class<? extends org.apache.wicket.markup.html.WebPage> getRegistrationPage()
getRegistrationPage in interface IOrienteerUsersServiceRegistrationResourcepublic Class<? extends org.apache.wicket.markup.html.WebPage> getLoginPage()
getLoginPage in interface IOrienteerUsersServiceprotected void notifyUserAboutRestorePassword(OrienteerUser user)
protected Map<String,Object> createRestoreMailMacros(OrienteerUser user)
protected Map<String,Object> createRegistrationMailMacros(OrienteerUser user)
protected void adjustRestorePreparedMail(OPreparedMail preparedMail, OrienteerUser user)
protected void adjustRegistrationPreparedMail(OPreparedMail preparedMail, OrienteerUser user)
Copyright © 2020. All rights reserved.