public class LoginSoapBindingStub extends Object implements LoginRemote
DfaServiceClient and
LoginTokens.| Modifier and Type | Field and Description |
|---|---|
static UserProfile |
USER_PROFILE |
| Constructor and Description |
|---|
LoginSoapBindingStub() |
| 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.
|
public static final UserProfile USER_PROFILE
public UserProfile authenticate(String username, String password)
authenticate in interface LoginRemoteusername - DFA user profile namepassword - DFA user profile passwordpublic UserProfile impersonateUser(String username, String password, String targetUsername)
impersonateUser in interface LoginRemoteusername - DFA superuser profile namepassword - DFA superuser profile passwordtargetUsername - username to impersonatepublic UserProfile impersonateNetwork(String username, String password, long networkId)
impersonateNetwork in interface LoginRemoteusername - DFA superuser profile namepassword - DFA superuser profile tokennetworkId - network to impersonateCopyright © 2012. All Rights Reserved.