Class PermitServiceImpl

    • Method Detail

      • get

        public PermitService.GetRequest get()
        Description copied from interface: PermitService
        Gets the information about the permit of the role. For example to retrieve the information about the permit with the id `456` of the role with the id `123` send a request like this: .... GET /ovirt-engine/api/roles/123/permits/456 .... [source,xml] ---- change_vm_cd false ----
        Specified by:
        get in interface PermitService
      • remove

        public PermitService.RemoveRequest remove()
        Description copied from interface: PermitService
        Removes the permit from the role. For example to remove the permit with id `456` from the role with id `123` send a request like this: .... DELETE /ovirt-engine/api/roles/123/permits/456 ....
        Specified by:
        remove in interface PermitService
      • service

        public Service service​(String path)
        Description copied from interface: PermitService
        Service locator method, returns individual service on which the URI is dispatched.
        Specified by:
        service in interface PermitService