public interface LoginRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
authenticate(String username,
String password) |
UserProfile |
changePassword(ChangePasswordRequest changePasswordRequest) |
UserProfile |
impersonateNetwork(String username,
String token,
long networkId) |
UserProfile |
impersonateUser(String username,
String token,
String userToImpersonate) |
UserProfile impersonateUser(String username, String token, String userToImpersonate) throws RemoteException, ApiException
RemoteExceptionApiExceptionUserProfile impersonateNetwork(String username, String token, long networkId) throws RemoteException, ApiException
RemoteExceptionApiExceptionUserProfile authenticate(String username, String password) throws RemoteException, ApiException
RemoteExceptionApiExceptionUserProfile changePassword(ChangePasswordRequest changePasswordRequest) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.