public interface LoginRemote
DfaServiceClient and
LoginTokens.| Modifier and Type | Method and Description |
|---|---|
UserProfile |
authenticate(String username,
String password)
Mock of DFA's login service authenticate operation.
|
UserProfile |
impersonateNetwork(String username,
String password,
long networkId)
Mock of DFA's login service impersonateNetwork operation.
|
UserProfile |
impersonateUser(String username,
String password,
String targetUsername)
Mock of DFA's login service impersonateUser operation.
|
UserProfile authenticate(String username, String password)
username - DFA user profile namepassword - DFA user profile passwordUserProfile impersonateUser(String username, String password, String targetUsername)
username - DFA superuser profile namepassword - DFA superuser profile passwordtargetUsername - username to impersonateUserProfile impersonateNetwork(String username, String password, long networkId)
username - DFA superuser profile namepassword - DFA superuser profile tokennetworkId - network to impersonateCopyright © 2012. All Rights Reserved.