public class UserServiceImpl extends ServiceImpl implements UserService
UserService.GetRequest, UserService.GetResponse, UserService.RemoveRequest, UserService.RemoveResponse
Constructor and Description |
---|
UserServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
UserService.GetRequest |
get() |
AssignedPermissionsService |
permissionsService() |
UserService.RemoveRequest |
remove() |
AssignedRolesService |
rolesService() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
SshPublicKeysService |
sshPublicKeysService() |
AssignedTagsService |
tagsService() |
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public UserServiceImpl(HttpConnection connection, String path)
public UserService.GetRequest get()
get
in interface UserService
public UserService.RemoveRequest remove()
remove
in interface UserService
public AssignedPermissionsService permissionsService()
permissionsService
in interface UserService
public AssignedRolesService rolesService()
rolesService
in interface UserService
public SshPublicKeysService sshPublicKeysService()
sshPublicKeysService
in interface UserService
public AssignedTagsService tagsService()
tagsService
in interface UserService
public Service service(String path)
UserService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface UserService
Copyright © 2016. All rights reserved.