Skip navigation links
A C D E F G I M N O P R S U V 

A

adjustRegistrationPreparedMail(OPreparedMail, OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 
adjustRestorePreparedMail(OPreparedMail, OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 

C

clearRestoring(OrienteerUser) - Method in interface org.orienteer.users.service.IOrienteerUsersService
Remove scheduler event for restore user password
clearRestoring(OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 
createDefaultLanguageTags() - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
createFeedbackPanel(String) - Method in class org.orienteer.users.component.DefaultRegistrationPanel
 
createFeedbackPanel(String) - Method in class org.orienteer.users.component.DefaultRestorePasswordPanel
 
createRegistrationLink(OrienteerUser) - Static method in class org.orienteer.users.resource.RegistrationResource
 
createRegistrationMailMacros(OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 
createRegistrationPanel(String) - Method in class org.orienteer.users.web.DefaultRegistrationPage
Created default registration panel Overrides DefaultRegistrationPanel.onRegister(AjaxRequestTarget, IModel): 1.
createRegistrationSuccessLabel(String) - Method in class org.orienteer.users.web.DefaultRegistrationPage
Creates label which will be displayed when user successfully registered If user document didn't saved in database, so component doesn't visible
createRestoreMailMacros(OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 
createRestorePasswordPanel(String) - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
Creates restore panel
createRestoreSuccessMessage(String) - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
Creates container which contains success message about restoring user password
createUser() - Method in interface org.orienteer.users.service.IOrienteerUsersService
Creates new user.
createUser() - Method in class org.orienteer.users.service.OrienteerUsersService
 
createWidgetIfNotExists(ODatabaseDocument, String, String, String, String) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 

D

DefaultRegistrationPage - Class in org.orienteer.users.web
Default registration page which can be overridden in subclasses.
DefaultRegistrationPage() - Constructor for class org.orienteer.users.web.DefaultRegistrationPage
Constructor.
DefaultRegistrationPage(PageParameters) - Constructor for class org.orienteer.users.web.DefaultRegistrationPage
Constructor Retrieve parameter PARAMETER_ID from parameters.
DefaultRegistrationPanel - Class in org.orienteer.users.component
Default registration panel.
DefaultRegistrationPanel(String, IModel<OrienteerUser>) - Constructor for class org.orienteer.users.component.DefaultRegistrationPanel
Constructor
DefaultRestorePasswordPage - Class in org.orienteer.users.web
Default restore page which can be overridden in subclasses.
DefaultRestorePasswordPage() - Constructor for class org.orienteer.users.web.DefaultRestorePasswordPage
 
DefaultRestorePasswordPage(PageParameters) - Constructor for class org.orienteer.users.web.DefaultRestorePasswordPage
 
DefaultRestorePasswordPanel - Class in org.orienteer.users.component
Default restore user password panel.
DefaultRestorePasswordPanel(String, IModel<OrienteerUser>) - Constructor for class org.orienteer.users.component.DefaultRestorePasswordPanel
Constructor
destroy(Application) - Method in class org.orienteer.users.Initializer
 

E

EVENT_RESTORE_PASSWORD_PREFIX - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 

F

FUN_REMOVE_RESTORE_ID - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 

G

getBodyAppSubClasses() - Method in class org.orienteer.users.web.DefaultRegistrationPage
 
getBodyAppSubClasses() - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
 
getDefaultOrienteerUserPerspective() - Static method in class org.orienteer.users.util.OUsersDbUtils
 
getDistributedExecutionMode() - Method in class org.orienteer.users.hook.OrienteerUserHook
 
getDistributedExecutionMode() - Method in class org.orienteer.users.hook.OrienteerUserRoleHook
 
getEmail() - Method in class org.orienteer.users.model.OrienteerUser
 
getFirstName() - Method in class org.orienteer.users.model.OrienteerUser
 
getId() - Method in class org.orienteer.users.model.OrienteerUser
 
getLastName() - Method in class org.orienteer.users.model.OrienteerUser
 
getLinkForUser(OSecurityUser) - Static method in class org.orienteer.users.resource.RestorePasswordResource
 
getLinkForUser(ODocument) - Static method in class org.orienteer.users.resource.RestorePasswordResource
 
getOrCreateDashboard(ODatabaseDocument, String, String, String) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
getOrCreatePerspective(ODatabaseDocument, String) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
getOrCreatePerspective(ODatabaseDocument, String, List<String>) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
getOrCreatePerspectiveItem(ODatabaseDocument, ODocument, String) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
getOrCreatePerspectiveItem(ODatabaseDocument, ODocument, String, List<String>) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
getRegistrationPage() - Method in interface org.orienteer.users.service.IOrienteerUsersService
 
getRegistrationPage() - Method in class org.orienteer.users.service.OrienteerUsersService
 
getRegistrationTitleModel() - Method in class org.orienteer.users.web.DefaultRegistrationPage
 
getRestoreId() - Method in class org.orienteer.users.model.OrienteerUser
 
getRestoreIdCreated() - Method in class org.orienteer.users.model.OrienteerUser
 
getRestorePasswordPage() - Method in interface org.orienteer.users.service.IOrienteerUsersService
 
getRestorePasswordPage() - Method in class org.orienteer.users.service.OrienteerUsersService
 
getRestoreTitle() - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
 
getRoleByName(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
 
getString(OrienteerWebApplication, String, Locale) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 
getTitleModel() - Method in class org.orienteer.users.web.DefaultRegistrationPage
 
getTitleModel() - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
 
getUserByEmail(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
Search user by given email
getUserById(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
Search user by given id
getUserByRestoreId(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
Search user by given restore id

I

init(Application) - Method in class org.orienteer.users.Initializer
 
Initializer - Class in org.orienteer.users
IInitializer for Orienteer Users module
Initializer() - Constructor for class org.orienteer.users.Initializer
 
IOrienteerUsersService - Interface in org.orienteer.users.service
Service for restore user password and register users
isUserExistsWithEmail(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
Check if user exists with given email
isUserExistsWithId(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
Check if user exists with given id
isUserExistsWithRestoreId(String) - Static method in class org.orienteer.users.util.OUsersDbUtils
Check if user exists with given restore id
isWidgetExists(ODocument, String) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 

M

MAIL_MACROS_LINK - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
MAIL_REGISTRATION - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
MAIL_RESTORE - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
MODULE_NAME - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
mount(OrienteerWebApplication) - Static method in class org.orienteer.users.resource.RegistrationResource
 
mount(OrienteerWebApplication) - Static method in class org.orienteer.users.resource.RestorePasswordResource
 
MOUNT_PATH - Static variable in class org.orienteer.users.resource.RegistrationResource
 
MOUNT_PATH - Static variable in class org.orienteer.users.resource.RestorePasswordResource
 

N

newResourceResponse(IResource.Attributes) - Method in class org.orienteer.users.resource.RegistrationResource
 
newResourceResponse(IResource.Attributes) - Method in class org.orienteer.users.resource.RestorePasswordResource
 
notifyUserAboutRegistration(OrienteerUser) - Method in interface org.orienteer.users.service.IOrienteerUsersService
Send mail to user with link to RegistrationResource
notifyUserAboutRegistration(OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 
notifyUserAboutRestorePassword(OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 

O

onDestroy(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.users.module.OrienteerUsersModule
 
onInitialize() - Method in class org.orienteer.users.component.DefaultRegistrationPanel
 
onInitialize() - Method in class org.orienteer.users.component.DefaultRestorePasswordPanel
 
onInitialize(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.users.module.OrienteerUsersModule
 
onInitialize() - Method in class org.orienteer.users.web.DefaultRegistrationPage
Initialize component.
onInitialize() - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
 
onInstall(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.users.module.OrienteerUsersModule
 
onRecordBeforeCreate(ODocument) - Method in class org.orienteer.users.hook.OrienteerUserHook
Update document OUser before create document.
onRecordBeforeCreate(ODocument) - Method in class org.orienteer.users.hook.OrienteerUserRoleHook
Add doc to field _allowRead if it doesn't exists in _allowRead set
onRegister(AjaxRequestTarget, IModel<OrienteerUser>) - Method in class org.orienteer.users.component.DefaultRegistrationPanel
Calls when form was success submitted
onRestore(AjaxRequestTarget, IModel<OrienteerUser>) - Method in class org.orienteer.users.component.DefaultRestorePasswordPanel
Calls when restore was success
onUpdate(OrienteerWebApplication, ODatabaseDocument, int, int) - Method in class org.orienteer.users.module.OrienteerUsersModule
 
org.orienteer.users - package org.orienteer.users
Main package for 'Orienteer Users' module
org.orienteer.users.component - package org.orienteer.users.component
Package which contains Wicket components for 'orienteer-users' module
org.orienteer.users.hook - package org.orienteer.users.hook
Hooks package for 'Orienteer Users' module
org.orienteer.users.model - package org.orienteer.users.model
Models package for 'Orienteer Users' module
org.orienteer.users.module - package org.orienteer.users.module
Orienteers modules package for 'Orienteer Users' module
org.orienteer.users.resource - package org.orienteer.users.resource
Resources package for 'orienteer-users' module
org.orienteer.users.service - package org.orienteer.users.service
Services package for 'orienteer-users' module
org.orienteer.users.util - package org.orienteer.users.util
Utils package for 'Orienteer Users' module
org.orienteer.users.validation - package org.orienteer.users.validation
Package which contains Wicket validation classes for 'orienteer-users' module
org.orienteer.users.web - package org.orienteer.users.web
Package which contains web pages for 'orienteer-users' module
ORIENTEER_USER_PERSPECTIVE - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
ORIENTEER_USER_ROLE - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
OrienteerUser - Class in org.orienteer.users.model
DocumentWrapper for more specialized work with OrienteerUser
OrienteerUser(String) - Constructor for class org.orienteer.users.model.OrienteerUser
 
OrienteerUser(String, String) - Constructor for class org.orienteer.users.model.OrienteerUser
 
OrienteerUser(ODocument) - Constructor for class org.orienteer.users.model.OrienteerUser
 
OrienteerUserHook - Class in org.orienteer.users.hook
Hook to initialize OUser.
OrienteerUserHook(ODatabaseDocument) - Constructor for class org.orienteer.users.hook.OrienteerUserHook
 
OrienteerUserRoleHook - Class in org.orienteer.users.hook
Hook for update field _allowRead in role document before create role Need for allow role read herself by default
OrienteerUserRoleHook(ODatabaseDocument) - Constructor for class org.orienteer.users.hook.OrienteerUserRoleHook
 
OrienteerUsersModule - Class in org.orienteer.users.module
Orienteer module to setup DB model
OrienteerUsersModule() - Constructor for class org.orienteer.users.module.OrienteerUsersModule
 
OrienteerUsersService - Class in org.orienteer.users.service
Default implementation of IOrienteerUsersService
OrienteerUsersService() - Constructor for class org.orienteer.users.service.OrienteerUsersService
 
OUsersCommonUtils - Class in org.orienteer.users.util
Specialized utils for users security
OUsersDbUtils - Class in org.orienteer.users.util
Specialized utils for DB

P

PARAM_EVENT_NAME - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
PARAM_RESTORE_ID - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
PARAM_TIMEOUT - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
PARAMETER_ID - Static variable in class org.orienteer.users.resource.RegistrationResource
 
PARAMETER_ID - Static variable in class org.orienteer.users.resource.RestorePasswordResource
 
PROP_EMAIL - Static variable in class org.orienteer.users.model.OrienteerUser
OType.STRING Unique user email
PROP_FIRST_NAME - Static variable in class org.orienteer.users.model.OrienteerUser
OType.STRING User first name
PROP_ID - Static variable in class org.orienteer.users.model.OrienteerUser
OType.STRING Unique user id
PROP_LAST_NAME - Static variable in class org.orienteer.users.model.OrienteerUser
OType.STRING User last name
PROP_RESTORE_ID - Static variable in class org.orienteer.users.model.OrienteerUser
OType.STRING Restore id which uses for restore user password.
PROP_RESTORE_ID_CREATED - Static variable in class org.orienteer.users.model.OrienteerUser
OType.DATETIME Timestamp when OrienteerUser.PROP_RESTORE_ID was created

R

READER_PERSPECTIVE - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
RegistrationResource - Class in org.orienteer.users.resource
Registration resource which handles users which opens this resource.
RegistrationResource() - Constructor for class org.orienteer.users.resource.RegistrationResource
 
REMOVE_CRON_RULE - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
REMOVE_SCHEDULE_START_TIMEOUT - Static variable in class org.orienteer.users.module.OrienteerUsersModule
 
RES_KEY - Static variable in class org.orienteer.users.resource.RegistrationResource
 
RES_KEY - Static variable in class org.orienteer.users.resource.RestorePasswordResource
 
resolveByPageParameters(PageParameters) - Method in class org.orienteer.users.web.DefaultRestorePasswordPage
Create model which contains user with restore id from params with key RestorePasswordResource.PARAMETER_ID or redirect user to home page
RestorePasswordResource - Class in org.orienteer.users.resource
Restore resource which handles users which opens this resource.
RestorePasswordResource() - Constructor for class org.orienteer.users.resource.RestorePasswordResource
 
restoreUserPassword(OrienteerUser) - Method in interface org.orienteer.users.service.IOrienteerUsersService
Create scheduler event for remove OrienteerUser.PROP_RESTORE_ID and send mail with restore link created by RestorePasswordResource to user email.
restoreUserPassword(OrienteerUser) - Method in class org.orienteer.users.service.OrienteerUsersService
 

S

setEmail(String) - Method in class org.orienteer.users.model.OrienteerUser
 
setFirstName(String) - Method in class org.orienteer.users.model.OrienteerUser
 
setLastName(String) - Method in class org.orienteer.users.model.OrienteerUser
 
setRestoreId(String) - Method in class org.orienteer.users.model.OrienteerUser
 
setRestoreIdCreated(Instant) - Method in class org.orienteer.users.model.OrienteerUser
 
setRestoreIdCreatedAsDate(Date) - Method in class org.orienteer.users.model.OrienteerUser
 
setRestricted(ODatabaseDocument, OClass) - Static method in class org.orienteer.users.util.OUsersCommonUtils
 

U

unmount(OrienteerWebApplication) - Static method in class org.orienteer.users.resource.RegistrationResource
 
unmount(OrienteerWebApplication) - Static method in class org.orienteer.users.resource.RestorePasswordResource
 
UserEmailValidator - Class in org.orienteer.users.validation
Check if given mail not exists in database.
UserEmailValidator() - Constructor for class org.orienteer.users.validation.UserEmailValidator
 

V

validate(IValidatable<String>) - Method in class org.orienteer.users.validation.UserEmailValidator
 
A C D E F G I M N O P R S U V 
Skip navigation links

Copyright © 2019. All rights reserved.