Package | Description |
---|---|
lumis.portal.webservice.authentication | |
lumis.portal.webservice.user |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 user
|
User |
UserService.get(String sessionId,
String userId)
Get a
User object by its identifier |
String |
UserService.getUserIdByLogin(String sessionId,
String login)
Get a user identifier by its login
|
void |
UserService.setPassword(String sessionId,
String userId,
String password)
Change a user's password
|
void |
UserService.update(String sessionId,
User user)
Update a user's data.
|
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.