Class DomainUsersServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.DomainUsersServiceImpl
-
- All Implemented Interfaces:
Service
,DomainUsersService
public class DomainUsersServiceImpl extends ServiceImpl implements DomainUsersService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.DomainUsersService
DomainUsersService.ListRequest, DomainUsersService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description DomainUsersServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainUsersService.ListRequest
list()
List all the users in the domain.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
DomainUserService
userService(String id)
Reference to a service to view details of a domain user.-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
DomainUsersServiceImpl
public DomainUsersServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public DomainUsersService.ListRequest list()
Description copied from interface:DomainUsersService
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 - Specified by:
list
in interfaceDomainUsersService
-
userService
public DomainUserService userService(String id)
Description copied from interface:DomainUsersService
Reference to a service to view details of a domain user.- Specified by:
userService
in interfaceDomainUsersService
-
service
public Service service(String path)
Description copied from interface:DomainUsersService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceDomainUsersService
-
-