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 WSUser
WSUser. 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 WSUser
SecurityService. getUser(String sid, long userId)
Gets user metadata of an existing user with the given identifierWSUser
SecurityService. 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 long
SecurityService. 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 WSUser
SoapSecurityClient. getUser(String sid, long userId)
WSUser
SoapSecurityClient. 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 long
SoapSecurityClient. 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 WSUser
SoapSecurityService. getUser(String sid, long userId)
WSUser
SoapSecurityService. 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 long
SoapSecurityService. storeUser(String sid, WSUser user)
-