Interface GroupService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    GroupServiceImpl

    public interface GroupService
    extends Service
    Manages a group of users. Use this service to either get groups details or remove groups. In order to add new groups please use <> that manages the collection of groups.
    • Method Detail

      • get

        GroupService.GetRequest get()
        Gets the system group information. Usage: .... GET /ovirt-engine/api/groups/123 .... Will return the group information: [source,xml] ---- mygroup 476652557A382F67696B6D2B32762B37796E46476D513D3D DC=example,DC=com myextension-authz ----
      • permissionsService

        AssignedPermissionsService permissionsService()
        Reference to the service that manages the collection of permissions assigned to this system group.
      • rolesService

        AssignedRolesService rolesService()
        Reference to the service that manages the collection of roles assigned to this system group.
      • tagsService

        AssignedTagsService tagsService()
        Reference to the service that manages the collection of tags assigned to this system group.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.