Modifier and Type | Method and Description |
---|---|
void |
CommunoteInstaller.initializeCommunoteAccount(UserVO adminAccount,
Map<ApplicationProperty,String> params)
Initialize the Communote account (aka global client) that was previously created with
CommunoteInstaller.createCommunoteAccount(String, String) |
Modifier and Type | Method and Description |
---|---|
void |
CommunoteInstallerImpl.initializeCommunoteAccount(UserVO adminAccount,
Map<ApplicationProperty,String> params) |
Modifier and Type | Method and Description |
---|---|
abstract UserVO |
BaseCommunoteAuthenticationProvider.queryUser(Map<InvitationField,String> queryData)
Queries a user and returns the user data
|
Modifier and Type | Method and Description |
---|---|
UserVO |
ConfluenceAuthenticationProvider.queryUser(Map<InvitationField,String> queryData)
Queries a user and returns the user data
|
Modifier and Type | Method and Description |
---|---|
UserVO |
DatabaseAuthenticationProvider.queryUser(Map<InvitationField,String> queryData)
Querying here means, might there be a user that exists in the universe with these data.
|
Modifier and Type | Method and Description |
---|---|
User |
UserManagementBase.confirmUser(String securitycode,
UserVO user) |
User |
UserManagement.confirmUser(String securitycode,
UserVO user)
Confirms a registered or invited user, sets user data and change status to active or
confirmed.
|
User |
UserManagementBase.createUser(UserVO user,
boolean emailConfirmation,
boolean managerConfirmation) |
User |
UserManagement.createUser(UserVO user,
boolean emailConfirmationRequired,
boolean managerConfirmationRequired)
Create a user based on the parameters.
|
protected User |
UserManagementImpl.handleConfirmUser(String securitycode,
UserVO data) |
protected abstract User |
UserManagementBase.handleConfirmUser(String securitycode,
UserVO user)
Performs the core logic for
UserManagementBase.confirmUser(String, UserVO) |
protected User |
UserManagementImpl.handleCreateUser(UserVO userVo,
boolean emailConfirmation,
boolean managerActivation) |
protected abstract User |
UserManagementBase.handleCreateUser(UserVO user,
boolean emailConfirmation,
boolean managerConfirmation)
Performs the core logic for
UserManagementBase.createUser(UserVO, boolean, boolean) |
protected User |
UserManagementImpl.handleInviteUserToBlog(Long blogId,
UserVO userVo,
BlogRole role) |
protected abstract User |
UserManagementBase.handleInviteUserToBlog(Long blogId,
UserVO userData,
BlogRole role)
Performs the core logic for
#inviteUserToBlog(Long, User, UserVO, com.communote.server.model.blog.BlogRole) |
protected User |
UserManagementImpl.handleInviteUserToClient(UserVO userVo) |
protected abstract User |
UserManagementBase.handleInviteUserToClient(UserVO user)
Performs the core logic for
#inviteUserToClient(User, UserVO) |
User |
UserManagementBase.inviteUserToBlog(Long blogId,
UserVO userData,
BlogRole role) |
User |
UserManagement.inviteUserToBlog(Long blogId,
UserVO userData,
BlogRole role) |
User |
UserManagementBase.inviteUserToClient(UserVO user) |
User |
UserManagement.inviteUserToClient(UserVO user) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientManagementImpl.handleInitializeGlobalClient(UserVO userVO)
Performs the core logic for
ClientManagementBase.initializeGlobalClient(com.communote.server.api.core.user.UserVO) |
protected abstract void |
ClientManagementBase.handleInitializeGlobalClient(UserVO userVO)
Performs the core logic for
ClientManagementBase.initializeGlobalClient(com.communote.server.api.core.user.UserVO) |
void |
ClientManagementBase.initializeGlobalClient(UserVO userVO) |
void |
ClientManagement.initializeGlobalClient(UserVO userVO)
Initializes the global client.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalUserVO
A value object representing a User retrieved from an external repository like LDAP.
|
Modifier and Type | Method and Description |
---|---|
protected UserVO |
UserDaoBase.toKenmeiUserVO(Object[] row)
Default implementation for transforming the results of a report query into a value object.
|
UserVO |
UserDaoBase.toUserVO(User entity) |
UserVO |
UserDao.toUserVO(User entity)
Converts this DAO's entity to an object of type
UserVO . |
Modifier and Type | Method and Description |
---|---|
void |
UserDaoBase.toUserVO(User source,
UserVO target) |
void |
UserDao.toUserVO(User source,
UserVO target)
Copies the fields of the specified entity to the target value object.
|
User |
UserDaoImpl.userVOToEntity(UserVO kenmeiUserVO)
Creates a new (not persisted) entity and copies the fields of the VO to the corresponding
fields of the entity.
|
User |
UserDao.userVOToEntity(UserVO userVO)
Creates a new (not persisted) entity and copies the fields of the VO to the corresponding
fields of the entity.
|
void |
UserDaoImpl.userVOToEntity(UserVO source,
User target)
Copies the fields of the VO to the corresponding fields of the entity.
|
void |
UserDao.userVOToEntity(UserVO source,
User target)
Copies the fields of the VO to the corresponding fields of the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientCreationService.initializeGlobalClient(UserVO adminAccount,
Map<ApplicationProperty,String> params)
Initializes the global client
|
Modifier and Type | Method and Description |
---|---|
UserVO |
InstallerForm.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
InstallerForm.setUser(UserVO user) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BlogMemberInviteController.inviteUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
InviteUserForm invitationForm,
org.springframework.validation.BindException errors,
UserVO userToInvite)
Invite the given user.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
InviteUserToClientController.inviteUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
InviteUserForm invitationForm,
org.springframework.validation.BindException errors,
UserVO userToInvite)
Invite the given user.
|
protected abstract boolean |
AbstractUserInviteController.inviteUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
InviteUserForm abstractForm,
org.springframework.validation.BindException errors,
UserVO userToInvite)
Invite the given user.
|
Modifier and Type | Method and Description |
---|---|
UserVO |
RegistrationForm.getUser()
Gets the user.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrationForm.setUser(UserVO user)
Sets the user.
|
Constructor and Description |
---|
RegistrationForm(UserVO user)
Instantiates a new register user form.
|
Copyright © 2019 Communote team. All rights reserved.