Interface DomainUserService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    DomainUserServiceImpl

    public interface DomainUserService
    extends Service
    A service to view a domain user in the system.
    • Method Detail

      • get

        DomainUserService.GetRequest get()
        Gets the domain user information. Usage: .... GET /ovirt-engine/api/domains/5678/users/1234 .... Will return the domain user information: [source,xml] ---- admin * admin admin@internal-authz internal-authz ----
      • service

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