public class LoginSoapBindingStub extends org.apache.axis.client.Stub implements LoginRemote
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
LoginSoapBindingStub() |
LoginSoapBindingStub(javax.xml.rpc.Service service) |
LoginSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
authenticate(String username,
String password) |
UserProfile |
changePassword(ChangePasswordRequest changePasswordRequest) |
protected org.apache.axis.client.Call |
createCall() |
UserProfile |
impersonateNetwork(String username,
String token,
long networkId) |
UserProfile |
impersonateUser(String username,
String token,
String userToImpersonate) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic LoginSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LoginSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LoginSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic UserProfile impersonateNetwork(String username, String token, long networkId) throws RemoteException, ApiException
impersonateNetwork in interface LoginRemoteRemoteExceptionApiExceptionpublic UserProfile impersonateUser(String username, String token, String userToImpersonate) throws RemoteException, ApiException
impersonateUser in interface LoginRemoteRemoteExceptionApiExceptionpublic UserProfile authenticate(String username, String password) throws RemoteException, ApiException
authenticate in interface LoginRemoteRemoteExceptionApiExceptionpublic UserProfile changePassword(ChangePasswordRequest changePasswordRequest) throws RemoteException, ApiException
changePassword in interface LoginRemoteRemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.