| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.administration |
This package contains interfaces to access the Project and Product entities of Silk Central (AdministrationService, previously MainEntities).
|
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
AdministrationService.getUserDetails(java.lang.String sessionId,
int userId)
Returns details of a user (identified by ID).
|
| Modifier and Type | Method and Description |
|---|---|
int |
AdministrationService.createUser(java.lang.String sessionId,
UserDetails userDetails)
Creates a new user with the data of the given userDetails - the login has to be unique.
|
void |
AdministrationService.updateUser(java.lang.String sessionId,
UserDetails userDetails)
Updates the properties of an existing user.
|
Copyright © Micro Focus 2004-2019. All rights reserved.