Class UserManagerRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.security.ext.server.usermanager.UserManagerRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,UserManagerRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class UserManagerRpcServiceImpl
extends SecuredRemoteServiceServlet
implements UserManagerRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionUserManagerRpcServiceImpl(<any> authenticatorServiceProvider, DtoService dtoService, SecurityService securityService, UserManagerService userService, BsiPasswordPolicyService bsiPasswordPolicyService, HistoryService historyService) -
Method Summary
Modifier and TypeMethodDescriptionUserDtochangeActiveUserData(UserDto userDto) SafeHtmlgetOrganisationalUnitDetailsAsHtml(UserDto userDto) <any><any>SafeHtmlgetUserDetailsAsHtml(UserDto userDto) SafeHtmlgetUserGroupDetailsAsHtml(UserDto userDto) GroupDtoMethods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
UserManagerRpcServiceImpl
public UserManagerRpcServiceImpl(<any> authenticatorServiceProvider, DtoService dtoService, SecurityService securityService, UserManagerService userService, BsiPasswordPolicyService bsiPasswordPolicyService, HistoryService historyService)
-
-
Method Details
-
getStrippedDownGroups
- Specified by:
getStrippedDownGroupsin interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-
getStrippedDownUsers
- Specified by:
getStrippedDownUsersin interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-
changeActiveUserData
- Specified by:
changeActiveUserDatain interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-
getStrippedDownUsers
public List<StrippedDownUser> getStrippedDownUsers(Collection<Long> ids) throws ServerCallFailedException - Specified by:
getStrippedDownUsersin interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-
updateGroupMembership
public GroupDto updateGroupMembership(GroupDto groupDto, Set<Long> userIds, Set<Long> groupIds, Set<Long> ouIds) - Specified by:
updateGroupMembershipin interfaceUserManagerRpcService
-
getUserDetailsAsHtml
- Specified by:
getUserDetailsAsHtmlin interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-
getUserGroupDetailsAsHtml
- Specified by:
getUserGroupDetailsAsHtmlin interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-
getOrganisationalUnitDetailsAsHtml
public SafeHtml getOrganisationalUnitDetailsAsHtml(UserDto userDto) throws ServerCallFailedException - Specified by:
getOrganisationalUnitDetailsAsHtmlin interfaceUserManagerRpcService- Throws:
ServerCallFailedException
-