public class AMFCredentials extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | DESTINATION | 
| Constructor and Description | 
|---|
| AMFCredentials(String endpoint,
              String username,
              String password,
              SubmitContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| SubmitContext | getContext() | 
| String | getEndpoint() | 
| String | getPassword() | 
| String | getUsername() | 
| boolean | isLoggedIn() | 
| SoapUIAMFConnection | login() | 
| void | logout() | 
| static void | logout(SubmitContext context) | 
| void | setLogedIn(boolean logedIn) | 
public static final String DESTINATION
public AMFCredentials(String endpoint, String username, String password, SubmitContext context)
public SoapUIAMFConnection login() throws flex.messaging.io.amf.client.exceptions.ClientStatusException, flex.messaging.io.amf.client.exceptions.ServerStatusException
flex.messaging.io.amf.client.exceptions.ClientStatusExceptionflex.messaging.io.amf.client.exceptions.ServerStatusExceptionpublic static void logout(SubmitContext context)
public void logout()
public String getEndpoint()
public String getUsername()
public String getPassword()
public SubmitContext getContext()
public void setLogedIn(boolean logedIn)
public boolean isLoggedIn()
Copyright © 2019. All Rights Reserved.