Package de.aeb.xnsg.foundation.bf
Interface IRemoteAdminBF
@BusinessFacade(extraPackages="de.aeb.xnsg.foundation.bf")
public interface IRemoteAdminBF
Remote Administration tools use this methods. The main player
are the Identity Access Manager (IAM) and the Installation Repository (IR).
-
Method Summary
Modifier and TypeMethodDescriptiongetRoles
(GetRolesRequestDTO request) Returns the client independent roles of this installation and client dependent roles of all clients (or restricted by the request parameter).
-
Method Details
-
getRoles
Returns the client independent roles of this installation and client dependent roles of all clients (or restricted by the request parameter).- Parameters:
request
-GetRolesRequestDTO
- Returns:
GetRolesResponseDTO
-