public interface UserManagementService extends Service
Modifier and Type | Method and Description |
---|---|
com.saperion.jcs.modules.users.api.User |
findUserById(int id)
Finds a user by ID.
|
com.saperion.jcs.modules.users.api.User |
findUserByName(String name)
Finds a user by name.
|
com.saperion.jcs.modules.users.api.User findUserByName(String name) throws AuthenticationException, UserSearchFailedException
name
- name to search forAuthenticationException
- not logged in or insufficient rightsUserSearchFailedException
- error when searching for usercom.saperion.jcs.modules.users.api.User findUserById(int id) throws AuthenticationException, UserSearchFailedException
id
- ID to search forAuthenticationException
- not logged in or insufficient rightsUserSearchFailedException
- error when searching for userCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.