Interface UserManagerRpcService
- All Known Implementing Classes:
UserManagerRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface UserManagerRpcService
-
Method Summary
Modifier and TypeMethodDescriptionUserDtochangeActiveUserData(UserDto userDto) SafeHtmlgetOrganisationalUnitDetailsAsHtml(UserDto userDto) <any><any>SafeHtmlgetUserDetailsAsHtml(UserDto userDto) SafeHtmlgetUserGroupDetailsAsHtml(UserDto userDto) GroupDto
-
Method Details
-
getStrippedDownUsers
- Throws:
ServerCallFailedException
-
getStrippedDownGroups
- Throws:
ServerCallFailedException
-
changeActiveUserData
- Throws:
ServerCallFailedException
-
getStrippedDownUsers
- Throws:
ServerCallFailedException
-
updateGroupMembership
GroupDto updateGroupMembership(GroupDto group, Set<Long> userIds, Set<Long> groupIds, Set<Long> ouIds) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getUserDetailsAsHtml
- Throws:
ServerCallFailedException
-
getUserGroupDetailsAsHtml
- Throws:
ServerCallFailedException
-
getOrganisationalUnitDetailsAsHtml
- Throws:
ServerCallFailedException
-