| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| 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
|
SUser |
AuthInterface.getLoggedInUser() |
SUser |
AuthInterfaceAdaptor.getLoggedInUser() |
SUser |
ServiceInterfaceAdaptor.getUserByUoid(Long uoid) |
SUser |
ServiceInterface.getUserByUoid(Long uoid)
Get a user by its User ObjectID
|
SUser |
ServiceInterfaceAdaptor.getUserByUserName(String username) |
SUser |
ServiceInterface.getUserByUserName(String username)
Get a User by its UserNmae (e-mail address)
|
SUser |
AuthInterface.validateAccount(Long uoid,
String token,
String password) |
SUser |
AuthInterfaceAdaptor.validateAccount(Long uoid,
String token,
String password) |
| Modifier and Type | Method and Description |
|---|---|
List<SUser> |
ServiceInterfaceAdaptor.getAllAuthorizedUsersOfProject(Long poid) |
List<SUser> |
ServiceInterface.getAllAuthorizedUsersOfProject(Long poid)
Get a list of users that have been authorized on the given project
|
List<SUser> |
ServiceInterfaceAdaptor.getAllNonAuthorizedUsersOfProject(Long poid) |
List<SUser> |
ServiceInterface.getAllNonAuthorizedUsersOfProject(Long poid)
Get a list of all Users not authoriazed on the given Project
|
List<SUser> |
ServiceInterfaceAdaptor.getAllUsers() |
List<SUser> |
ServiceInterface.getAllUsers()
Get a list of all users
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncBimServerAuthInterface.GetLoggedInUserCallback.success(SUser result) |
void |
AsyncBimServerAuthInterface.ValidateAccountCallback.success(SUser result) |
void |
AsyncServiceInterface.AddUserCallback.success(SUser result) |
void |
AsyncServiceInterface.AddUserWithPasswordCallback.success(SUser result) |
void |
AsyncServiceInterface.GetUserByUoidCallback.success(SUser result) |
void |
AsyncServiceInterface.GetUserByUserNameCallback.success(SUser result) |
void |
AsyncAuthInterface.GetLoggedInUserCallback.success(SUser result) |
void |
AsyncAuthInterface.ValidateAccountCallback.success(SUser result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllAuthorizedUsersOfProjectCallback.success(List<SUser> result) |
void |
AsyncServiceInterface.GetAllNonAuthorizedUsersOfProjectCallback.success(List<SUser> result) |
void |
AsyncServiceInterface.GetAllUsersCallback.success(List<SUser> result) |
Copyright © 2016 OpenSource BIM. All rights reserved.