| Interface | Description |
|---|---|
| MasterDataManagement |
Management class for master data.
|
| NavigationItemManagement | |
| UserGroupManagement |
Manage an user group.
|
| UserGroupMemberManagement |
Management for group memberships.
|
| UserManagement | |
| UserProfileManagement |
| Class | Description |
|---|---|
| MasterDataManagementBase |
Spring Service base class for
MasterDataManagement , provides access to all services
and entities referenced by this service. |
| MasterDataManagementImpl |
Implementation of com.communote.server.core.user.MasterDataManagement
|
| NavigationItemManagementImpl | |
| RemindUserJob |
Job to send reminder mails to user.
|
| SecurityCodeManagementBase |
Spring Service base class for
SecurityCodeManagement, provides access to all
services and entities referenced by this service. |
| SecurityCodeManagementImpl | |
| UserAuthorityHelper |
The Class UserAuthorityHelper contains helper methods for the user authorities and user roles.
|
| UserGroupManagementBase |
Spring Service base class for
UserGroupManagement, provides access to all services
and entities referenced by this service. |
| UserGroupManagementImpl | |
| UserGroupMemberManagementBase |
Spring Service base class for
com.communote.server.service.user.UserGroupMemberManagement, provides access to all
services and entities referenced by this service. |
| UserGroupMemberManagementImpl<EntityListItem> | |
| UserLimitUserActivationValidator |
Tests whether a configurable upper limit for active users is reached.
|
| UserManagementBase |
Spring Service base class for
com.communote.server.service.user.UserManagement,
provides access to all services and entities referenced by this service. |
| UserManagementHelper |
Helper class for user management which amongst others provides methods for checking the limit of
activated user accounts of the user.
|
| UserManagementImpl |
The implementation of the
UserManagement. |
| UserProfileDetails |
Details of a user
|
| UserProfileManagementBase |
Spring Service base class for
com.communote.server.service.user.UserProfileManagement, provides access to all
services and entities referenced by this service. |
| UserProfileManagementImpl | |
| UserSecurityHelper |
Helper class for user security
|
| Enum | Description |
|---|---|
| UserManagement.RegistrationType |
Possible registration types.
|
| Exception | Description |
|---|---|
| AliasAlreadyExistsException | |
| AliasInvalidException | |
| EmailAlreadyExistsException | |
| ExternalUserPasswordChangeNotAllowedException | |
| GroupAlreadyExistsException |
Thrown to indicate that a group which should not exist already exists.
|
| InvalidUserStatusTransitionException |
Thrown to indicate that changing the status of a user to another status is not possible because
the transition is not supported.
|
| MasterDataManagementException |
The default exception thrown for unexpected errors occurring within
MasterDataManagement. |
| NoClientManagerLeftException |
Thrown to indicate that an operation would lead to removing or disabling the last client manager.
|
| PermanentIdMissmatchException |
Exception indicating that the update of an existing external user, identified by the external
username, is not possible because the permanentId is not matching the saved value.
|
| SecurityCodeManagementException |
The default exception thrown for unexpected errors occurring within
SecurityCodeManagement. |
| UserAnonymizationDisabledException |
Thrown to indicate that the anonymization is disabled for the current client.
|
| UserDeletionDisabledException |
Thrown to indicate that user deletion is disabled on the current client.
|
| UserDisablingDisabledException |
Thrown to indicate that permanently disabling is disabled for the current client.
|
| UserGroupManagementException |
The default exception thrown for unexpected errors occurring within
UserGroupManagement. |
| UserGroupMemberManagementException |
The default exception thrown for unexpected errors occurring within
UserGroupMemberManagement. |
| UserManagementException |
The default exception thrown for unexpected errors occurring within
UserManagement. |
| UserProfileManagementException |
The default exception thrown for unexpected errors occurring within
UserProfileManagement. |
Copyright © 2019 Communote team. All rights reserved.