Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleListInternally(GetCollectionUserParameter getCollectionUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
hook method, which should be implemented by subclasses, in order to perform actual resource
querying
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleListInternally(GetCollectionUserParameter getCollectionUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
hook method, which should be implemented by subclasses, in order to perform actual resource
querying
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleListInternally(GetCollectionUserParameter getCollectionUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
hook method, which should be implemented by subclasses, in order to perform actual resource
querying
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResourceHandler.handleListInternally(GetCollectionUserParameter getCollectionUserParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
hook method, which should be implemented by subclasses, in order to perform actual resource
querying
|
Modifier and Type | Method and Description |
---|---|
UserDetails |
AuthenticationManagementImpl.checkLocalUserPasswordOnLogin(String username,
String password) |
UserDetails |
AuthenticationManagement.checkLocalUserPasswordOnLogin(String username,
String password)
Check the password of a local user for a match with a given clear text password.
|
protected void |
AuthenticationManagementImpl.handleOnSuccessfulAuthentication(Long userId) |
protected abstract void |
AuthenticationManagementBase.handleOnSuccessfulAuthentication(Long userId) |
protected void |
AuthenticationManagementImpl.handleValidateUserLogin(Long userId) |
protected abstract void |
AuthenticationManagementBase.handleValidateUserLogin(Long userId) |
void |
AuthenticationManagementBase.onSuccessfulAuthentication(Long userId) |
void |
AuthenticationManagement.onSuccessfulAuthentication(Long userId)
This method finalizes the login process of a user.
|
void |
AuthenticationManagementBase.validateUserLogin(Long userId) |
void |
AuthenticationManagement.validateUserLogin(Long userId)
Does additional login checks.
|
Modifier and Type | Method and Description |
---|---|
protected User |
ExternalAuthenticationProvider.getUser(UserIdentification userIdentification)
Get the user for the given identification
|
Modifier and Type | Method and Description |
---|---|
void |
UserManagementBase.acceptTermsOfUse(Long userId) |
void |
UserManagement.acceptTermsOfUse(Long userId)
Accept the terms of use for the given user.
|
void |
UserGroupMemberManagementBase.addUser(Long groupId,
Long userId) |
void |
UserGroupMemberManagement.addUser(Long groupId,
Long userId)
Add a user to a group
|
void |
UserGroupMemberManagementBase.addUserForExternal(Long groupId,
Long userId,
String externalSystemId) |
void |
UserGroupMemberManagement.addUserForExternal(Long groupId,
Long userId,
String externalSystemId)
Adds a user to an external group.
|
void |
UserManagementBase.changeUserStatusByManager(Long userId,
UserStatus newStatus) |
void |
UserManagement.changeUserStatusByManager(Long userId,
UserStatus newStatus)
Change the status of a user.
|
protected void |
UserManagementImpl.handleAcceptTermsOfUse(Long userId) |
protected abstract void |
UserManagementBase.handleAcceptTermsOfUse(Long userId) |
protected void |
UserGroupMemberManagementImpl.handleAddUser(Long groupId,
Long userId)
Performs the core logic for
UserGroupMemberManagementBase.addUser(Long, Long) |
protected abstract void |
UserGroupMemberManagementBase.handleAddUser(Long groupId,
Long userId)
Performs the core logic for
UserGroupMemberManagementBase.addUser(Long, Long) |
protected void |
UserGroupMemberManagementImpl.handleAddUserForExternal(Long groupId,
Long userId,
String externalSystemId) |
protected abstract void |
UserGroupMemberManagementBase.handleAddUserForExternal(Long groupId,
Long userId,
String externalSystemId)
Performs the core logic for
UserGroupMemberManagementBase.addUserForExternal(Long, Long, String) |
protected void |
UserManagementImpl.handleChangeUserStatusByManager(Long userId,
UserStatus newStatus) |
protected abstract void |
UserManagementBase.handleChangeUserStatusByManager(Long userId,
UserStatus newStatus) |
protected abstract void |
UserGroupMemberManagementBase.handleRemoveUserFromAllGroups(Long userId)
Performs the core logic for
UserGroupMemberManagementBase.removeUserFromAllGroups(Long) |
protected boolean |
UserProfileManagementImpl.handleRemoveUserImage(Long userId) |
protected abstract boolean |
UserProfileManagementBase.handleRemoveUserImage(Long userId)
Remove the image of a user.
|
protected void |
UserProfileManagementImpl.handleUpdateImage(Long userId,
byte[] userImage) |
protected abstract void |
UserProfileManagementBase.handleUpdateImage(Long userId,
byte[] userImage)
Update the image of a user.
|
void |
UserGroupMemberManagementBase.removeUserFromAllGroups(Long userId) |
void |
UserGroupMemberManagement.removeUserFromAllGroups(Long userId) |
boolean |
UserProfileManagementBase.removeUserImage(Long userId) |
boolean |
UserProfileManagement.removeUserImage(Long userId)
Remove the image of a user.
|
void |
UserProfileManagementBase.updateImage(Long userId,
byte[] userImage) |
void |
UserProfileManagement.updateImage(Long userId,
byte[] largeUserImage)
Update the image of a user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordManagementImpl.changePassword(Long userId,
String newPassword) |
void |
UserPasswordManagement.changePassword(Long userId,
String newPassword)
Change the password of a user.
|
void |
UserPasswordManagementImpl.requestPasswordChange(String email) |
void |
UserPasswordManagement.requestPasswordChange(String email)
Request a new password for the given user.
|
Modifier and Type | Method and Description |
---|---|
User |
UserService.getUser(String alias)
Get a user by its alias.
|
User |
UserService.getUser(String externalUserId,
String externalSystemId)
Get a user that originates from a specific external system.
|
User |
UserService.getUser(UserIdentification userIdentification,
UserService.UserServiceRetrievalFlag... flags)
Get a user specified by the given
UserIdentification . |
void |
UserProfileService.removeUserImage(Long userId)
Remove the image of a user.
|
void |
UserProfileService.storeOrUpdateUserImage(Long userId,
byte[] userImageBytes)
Update the image of a user.
|
Copyright © 2019 Communote team. All rights reserved.