Uses of Class
lumis.portal.webservice.WebServicePortalFault
-
Packages that use WebServicePortalFault Package Description lumis.portal.webservice.authentication lumis.portal.webservice.user -
-
Uses of WebServicePortalFault in lumis.portal.webservice.authentication
Methods in lumis.portal.webservice.authentication that throw WebServicePortalFault Modifier and Type Method Description String
AuthenticationService. loginUser(String login, String password)
Logins a user using the specified password as his credentials, and returns the new sessionId for the logged in user.void
AuthenticationService. logoutUser(String sessionId)
Close the user's session given the sessionId. -
Uses of WebServicePortalFault in lumis.portal.webservice.user
Methods in lumis.portal.webservice.user that throw WebServicePortalFault Modifier and Type Method Description String
UserService. add(String sessionId, User user, String password)
Add a user to portal and returns its identifier.void
UserService. delete(String sessionId, String userId)
Delete a userUser
UserService. get(String sessionId, String userId)
Get aUser
object by its identifierString
UserService. getUserIdByLogin(String sessionId, String login)
Get a user identifier by its loginvoid
UserService. setPassword(String sessionId, String userId, String password)
Change a user's passwordvoid
UserService. update(String sessionId, User user)
Update a user's data.
-