Interface DomainService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    DomainServiceImpl

    public interface DomainService
    extends Service
    A service to view details of an authentication domain in the system.
    • Method Detail

      • get

        DomainService.GetRequest get()
        Gets the authentication domain information. Usage: .... GET /ovirt-engine/api/domains/5678 .... Will return the domain information: [source,xml] ---- internal-authz ----
      • groupsService

        DomainGroupsService groupsService()
        Reference to a service to manage domain groups.
      • usersService

        DomainUsersService usersService()
        Reference to a service to manage domain users.
      • service

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