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