Interface DomainsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    DomainsServiceImpl

    public interface DomainsService
    extends Service
    A service to list all authentication domains in the system.
    • Method Detail

      • list

        DomainsService.ListRequest list()
        List all the authentication domains in the system. Usage: .... GET /ovirt-engine/api/domains .... Will return the list of domains: [source,xml] ---- internal-authz ---- The order of the returned list of domains isn't guaranteed.
      • domainService

        DomainService domainService​(String id)
        Reference to a service to view details of a domain.
      • service

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