public class LDAPIdentityServiceImpl extends IdmIdentityServiceImpl
| Modifier and Type | Field and Description |
|---|---|
protected LDAPConfiguration |
ldapConfigurator |
protected LDAPGroupCache |
ldapGroupCache |
| Constructor and Description |
|---|
LDAPIdentityServiceImpl(LDAPConfiguration ldapConfigurator,
LDAPGroupCache ldapGroupCache,
IdmEngineConfiguration idmEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPassword(String userId,
String password) |
GroupQuery |
createGroupQuery() |
NativeGroupQuery |
createNativeGroupQuery() |
NativeUserQuery |
createNativeUserQuery() |
protected SearchControls |
createSearchControls() |
UserQuery |
createUserQuery() |
void |
deleteGroup(String groupId) |
void |
deleteUser(String userId) |
protected boolean |
executeCheckPassword(String userId,
String password) |
List<Group> |
getGroupsWithPrivilege(String name) |
LDAPGroupCache |
getLdapGroupCache() |
List<User> |
getUsersWithPrivilege(String name) |
Group |
newGroup(String groupId) |
User |
newUser(String userId) |
void |
saveGroup(Group group) |
void |
saveUser(User user) |
void |
setLdapGroupCache(LDAPGroupCache ldapGroupCache) |
addGroupPrivilegeMapping, addUserPrivilegeMapping, createMembership, createNativeTokenQuery, createPrivilege, createPrivilegeQuery, createTokenQuery, deleteGroupPrivilegeMapping, deleteMembership, deletePrivilege, deleteToken, deleteUserInfo, deleteUserPrivilegeMapping, getPrivilegeMappingsByPrivilegeId, getUserInfo, getUserInfoKeys, getUserPicture, newToken, saveToken, setAuthenticatedUserId, setUserInfo, setUserPicture, updateUserPasswordgetCommandExecutor, setCommandExecutorprotected LDAPConfiguration ldapConfigurator
protected LDAPGroupCache ldapGroupCache
public LDAPIdentityServiceImpl(LDAPConfiguration ldapConfigurator, LDAPGroupCache ldapGroupCache, IdmEngineConfiguration idmEngineConfiguration)
public UserQuery createUserQuery()
createUserQuery in interface IdmIdentityServicecreateUserQuery in class IdmIdentityServiceImplpublic GroupQuery createGroupQuery()
createGroupQuery in interface IdmIdentityServicecreateGroupQuery in class IdmIdentityServiceImplpublic boolean checkPassword(String userId, String password)
checkPassword in interface IdmIdentityServicecheckPassword in class IdmIdentityServiceImplpublic List<Group> getGroupsWithPrivilege(String name)
getGroupsWithPrivilege in interface IdmIdentityServicegetGroupsWithPrivilege in class IdmIdentityServiceImplpublic List<User> getUsersWithPrivilege(String name)
getUsersWithPrivilege in interface IdmIdentityServicegetUsersWithPrivilege in class IdmIdentityServiceImplpublic User newUser(String userId)
newUser in interface IdmIdentityServicenewUser in class IdmIdentityServiceImplpublic void saveUser(User user)
saveUser in interface IdmIdentityServicesaveUser in class IdmIdentityServiceImplpublic NativeUserQuery createNativeUserQuery()
createNativeUserQuery in interface IdmIdentityServicecreateNativeUserQuery in class IdmIdentityServiceImplpublic void deleteUser(String userId)
deleteUser in interface IdmIdentityServicedeleteUser in class IdmIdentityServiceImplpublic Group newGroup(String groupId)
newGroup in interface IdmIdentityServicenewGroup in class IdmIdentityServiceImplpublic NativeGroupQuery createNativeGroupQuery()
createNativeGroupQuery in interface IdmIdentityServicecreateNativeGroupQuery in class IdmIdentityServiceImplpublic void saveGroup(Group group)
saveGroup in interface IdmIdentityServicesaveGroup in class IdmIdentityServiceImplpublic void deleteGroup(String groupId)
deleteGroup in interface IdmIdentityServicedeleteGroup in class IdmIdentityServiceImplprotected SearchControls createSearchControls()
public LDAPGroupCache getLdapGroupCache()
public void setLdapGroupCache(LDAPGroupCache ldapGroupCache)
Copyright © 2022 Flowable. All rights reserved.