public class AsyncBimServerAuthInterface extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsyncBimServerAuthInterface.ChangePasswordCallback |
static interface |
AsyncBimServerAuthInterface.GetLoggedInUserCallback |
static interface |
AsyncBimServerAuthInterface.RequestPasswordChangeCallback |
static interface |
AsyncBimServerAuthInterface.ValidateAccountCallback |
| Constructor and Description |
|---|
AsyncBimServerAuthInterface(AuthInterface syncService,
ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(Long uoid,
String oldPassword,
String newPassword,
AsyncBimServerAuthInterface.ChangePasswordCallback callback) |
void |
getLoggedInUser(AsyncBimServerAuthInterface.GetLoggedInUserCallback callback) |
void |
requestPasswordChange(String username,
String resetUrl,
AsyncBimServerAuthInterface.RequestPasswordChangeCallback callback) |
void |
validateAccount(Long uoid,
String token,
String password,
AsyncBimServerAuthInterface.ValidateAccountCallback callback) |
public AsyncBimServerAuthInterface(AuthInterface syncService, ExecutorService executorService)
public void changePassword(Long uoid, String oldPassword, String newPassword, AsyncBimServerAuthInterface.ChangePasswordCallback callback)
public void getLoggedInUser(AsyncBimServerAuthInterface.GetLoggedInUserCallback callback)
public void requestPasswordChange(String username, String resetUrl, AsyncBimServerAuthInterface.RequestPasswordChangeCallback callback)
public void validateAccount(Long uoid, String token, String password, AsyncBimServerAuthInterface.ValidateAccountCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.