public class UserManagementClassicConnectorService extends ClassicConnectorService implements UserManagementService
UserManagementService
for SaClassicConnector
.ddcCache
Constructor and Description |
---|
UserManagementClassicConnectorService()
Default constructor to be called from within ZK-context.
|
UserManagementClassicConnectorService(javax.servlet.http.HttpSession session)
Constructor to be called from without ZK-context.
|
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.
|
convertAuthenticationException, getCachedDDC, getConnectionProvider, getCurrentUserFromSession, getSession, getWfConnectionProvider, isActive
public UserManagementClassicConnectorService() throws SystemException
SystemException
- exception when instantiation UserManagement
instancepublic UserManagementClassicConnectorService(javax.servlet.http.HttpSession session) throws SystemException
session
- current sessionSystemException
- exception when instantiation UserManagement
instancepublic com.saperion.jcs.modules.users.api.User findUserByName(String name) throws AuthenticationException, UserSearchFailedException
UserManagementService
findUserByName
in interface UserManagementService
name
- name to search forAuthenticationException
- not logged in or insufficient rightsUserSearchFailedException
- error when searching for userpublic com.saperion.jcs.modules.users.api.User findUserById(int id) throws AuthenticationException, UserSearchFailedException
UserManagementService
findUserById
in interface UserManagementService
id
- ID to search forAuthenticationException
- not logged in or insufficient rightsUserSearchFailedException
- error when searching for userCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.