| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SUserType |
SUserSession.getType() |
SUserType |
SUser.getUserType() |
static SUserType |
SUserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SUserType[] |
SUserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SUserSession.setType(SUserType type) |
void |
SUser.setUserType(SUserType userType) |
| Modifier and Type | Method and Description |
|---|---|
SUser |
ServiceInterfaceAdaptor.addUser(String username,
String name,
SUserType type,
Boolean selfRegistration,
String resetUrl) |
SUser |
ServiceInterface.addUser(String username,
String name,
SUserType type,
Boolean selfRegistration,
String resetUrl)
Add a new user
|
SUser |
ServiceInterfaceAdaptor.addUserWithPassword(String username,
String password,
String name,
SUserType type,
Boolean selfRegistration,
String resetUrl) |
SUser |
ServiceInterface.addUserWithPassword(String username,
String password,
String name,
SUserType type,
Boolean selfRegistration,
String resetUrl)
Add a new user with a given password
|
void |
ServiceInterfaceAdaptor.changeUserType(Long uoid,
SUserType userType) |
void |
ServiceInterface.changeUserType(Long uoid,
SUserType userType)
Change the type of a user
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.addUser(String username,
String name,
SUserType type,
Boolean selfRegistration,
String resetUrl,
AsyncServiceInterface.AddUserCallback callback) |
void |
AsyncServiceInterface.addUserWithPassword(String username,
String password,
String name,
SUserType type,
Boolean selfRegistration,
String resetUrl,
AsyncServiceInterface.AddUserWithPasswordCallback callback) |
void |
AsyncServiceInterface.changeUserType(Long uoid,
SUserType userType,
AsyncServiceInterface.ChangeUserTypeCallback callback) |
Copyright © 2018 OpenSource BIM. All rights reserved.