public class AdministrationServiceSoapBindingStub extends org.apache.axis.client.Stub implements AdministrationServiceSoapPort
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
AdministrationServiceSoapBindingStub() |
AdministrationServiceSoapBindingStub(javax.xml.rpc.Service service) |
AdministrationServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String userName,
String oldPassword,
String newPassword)
Changes the password of the specified user.
|
protected org.apache.axis.client.Call |
createCall() |
UserDetails[] |
createUsers(NewUserDetails[] newUsers)
Create new users with the details provided.
|
void |
deleteUsers(String[] userNames)
Delete the specified users.
|
UserQueryResults |
fetchMoreUsers(String querySession)
Fetch the next bathc of users from an existing user query.
|
UserDetails |
getUser(String userName)
Get the details of a specified user.
|
UserQueryResults |
queryUsers(UserFilter filter)
Gets the details of the requested users.
|
UserDetails[] |
updateUsers(UserDetails[] users)
Updates the details of the specified users.
|
_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 AdministrationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AdministrationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AdministrationServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic UserQueryResults queryUsers(UserFilter filter) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortqueryUsers in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultpublic UserQueryResults fetchMoreUsers(String querySession) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortfetchMoreUsers in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultpublic UserDetails getUser(String userName) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortgetUser in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultpublic UserDetails[] createUsers(NewUserDetails[] newUsers) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortcreateUsers in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultpublic UserDetails[] updateUsers(UserDetails[] users) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortupdateUsers in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultpublic void changePassword(String userName, String oldPassword, String newPassword) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortchangePassword in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultpublic void deleteUsers(String[] userNames) throws RemoteException, AdministrationFault
AdministrationServiceSoapPortdeleteUsers in interface AdministrationServiceSoapPortRemoteExceptionAdministrationFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.