Uses of Class
com.logicaldoc.webservice.model.WSUser
-
Packages that use WSUser Package Description com.logicaldoc.webservice.model com.logicaldoc.webservice.soap com.logicaldoc.webservice.soap.client com.logicaldoc.webservice.soap.endpoint -
-
Uses of WSUser in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSUser Modifier and Type Method Description static WSUserWSUser. fromUser(User user) -
Uses of WSUser in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSUser Modifier and Type Method Description WSUserSecurityService. getUser(String sid, long userId)Gets user metadata of an existing user with the given identifierWSUserSecurityService. getUserByUsername(String sid, String username)Gets user metadata of an existing user with the given usernameWSUser[]SecurityService. listUsers(String sid, String group)Gets metadata of all existing usersMethods in com.logicaldoc.webservice.soap with parameters of type WSUser Modifier and Type Method Description longSecurityService. storeUser(String sid, WSUser user)Creates/Updates a user. -
Uses of WSUser in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSUser Modifier and Type Method Description WSUserSoapSecurityClient. getUser(String sid, long userId)WSUserSoapSecurityClient. getUserByUsername(String sid, String username)WSUser[]SoapSecurityClient. listUsers(String sid, String group)Methods in com.logicaldoc.webservice.soap.client with parameters of type WSUser Modifier and Type Method Description longSoapSecurityClient. storeUser(String sid, WSUser user) -
Uses of WSUser in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSUser Modifier and Type Method Description WSUserSoapSecurityService. getUser(String sid, long userId)WSUserSoapSecurityService. getUserByUsername(String sid, String username)WSUser[]SoapSecurityService. listUsers(String sid, String group)Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSUser Modifier and Type Method Description longSoapSecurityService. storeUser(String sid, WSUser user)
-