Interface DomainUsersService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    DomainUsersServiceImpl

    public interface DomainUsersService
    extends Service
    A service to list all domain users in the system.
    • Method Detail

      • list

        DomainUsersService.ListRequest list()
        List all the users in the domain. Usage: .... GET /ovirt-engine/api/domains/5678/users .... Will return the list of users in the domain: [source,xml] ---- admin * admin admin@internal-authz internal-authz ---- The order of the returned list of users isn't guaranteed.
      • userService

        DomainUserService userService​(String id)
        Reference to a service to view details of a domain user.
      • service

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