| Package | Description |
|---|---|
| org.orienteer.users.component |
Package which contains Wicket components for 'orienteer-users' module
|
| org.orienteer.users.model |
Models package for 'Orienteer Users' module
|
| org.orienteer.users.resource |
Resources package for 'orienteer-users' module
|
| org.orienteer.users.service |
Services package for 'orienteer-users' module
|
| org.orienteer.users.util |
Utils package for 'Orienteer Users' module
|
| org.orienteer.users.web |
Package which contains web pages for 'orienteer-users' module
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRegistrationPanel.onRegister(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.model.IModel<OrienteerUser> model)
Calls when form was success submitted
|
protected void |
DefaultRestorePasswordPanel.onRestore(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.model.IModel<OrienteerUser> model)
Calls when restore was success
|
| Constructor and Description |
|---|
DefaultRegistrationPanel(String id,
org.apache.wicket.model.IModel<OrienteerUser> model)
Constructor
|
DefaultRestorePasswordPanel(String id,
org.apache.wicket.model.IModel<OrienteerUser> model)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
OrienteerUser |
OrienteerUser.setEmail(String email) |
OrienteerUser |
OrienteerUser.setFirstName(String firstName) |
OrienteerUser |
OrienteerUser.setLastName(String lastName) |
OrienteerUser |
OrienteerUser.setRestoreId(String restoreId) |
OrienteerUser |
OrienteerUser.setRestoreIdCreated(Instant instant) |
OrienteerUser |
OrienteerUser.setRestoreIdCreatedAsDate(Date date) |
| Modifier and Type | Method and Description |
|---|---|
static String |
RegistrationResource.createRegistrationLink(OrienteerUser user) |
| Modifier and Type | Method and Description |
|---|---|
OrienteerUser |
IOrienteerUsersService.createUser()
Creates new user.
|
OrienteerUser |
OrienteerUsersService.createUser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrienteerUsersService.adjustRegistrationPreparedMail(OPreparedMail preparedMail,
OrienteerUser user) |
protected void |
OrienteerUsersService.adjustRestorePreparedMail(OPreparedMail preparedMail,
OrienteerUser user) |
void |
IOrienteerUsersService.clearRestoring(OrienteerUser user)
Remove scheduler event for restore user password
|
void |
OrienteerUsersService.clearRestoring(OrienteerUser user) |
protected Map<String,Object> |
OrienteerUsersService.createRegistrationMailMacros(OrienteerUser user) |
protected Map<String,Object> |
OrienteerUsersService.createRestoreMailMacros(OrienteerUser user) |
void |
IOrienteerUsersService.notifyUserAboutRegistration(OrienteerUser user)
Send mail to user with link to
RegistrationResource |
void |
OrienteerUsersService.notifyUserAboutRegistration(OrienteerUser user) |
protected void |
OrienteerUsersService.notifyUserAboutRestorePassword(OrienteerUser user) |
void |
IOrienteerUsersService.restoreUserPassword(OrienteerUser user)
Create scheduler event for remove
PROP_RESTORE_ID and send mail with restore link
created by RestorePasswordResource to user email. |
void |
OrienteerUsersService.restoreUserPassword(OrienteerUser user) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<OrienteerUser> |
OUsersDbUtils.getUserByEmail(String email)
Search user by given email
|
static Optional<OrienteerUser> |
OUsersDbUtils.getUserById(String id)
Search user by given id
|
static Optional<OrienteerUser> |
OUsersDbUtils.getUserByRestoreId(String restoreId)
Search user by given restore id
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.panel.GenericPanel<OrienteerUser> |
DefaultRegistrationPage.createRegistrationPanel(String id)
Created default registration panel
Overrides
DefaultRegistrationPanel.onRegister(AjaxRequestTarget, IModel):
1. |
protected org.apache.wicket.markup.html.panel.GenericPanel<OrienteerUser> |
DefaultRestorePasswordPage.createRestorePasswordPanel(String id)
Creates restore panel
|
protected org.apache.wicket.model.IModel<OrienteerUser> |
DefaultRestorePasswordPage.resolveByPageParameters(org.apache.wicket.request.mapper.parameter.PageParameters params)
Create model which contains user
with restore id from params with key
RestorePasswordResource.PARAMETER_ID or redirect user to home page |
Copyright © 2019. All rights reserved.