Class KeycloakIdentityServiceImpl

  • All Implemented Interfaces:
    org.flowable.idm.api.IdmIdentityService

    public class KeycloakIdentityServiceImpl
    extends IdmIdentityServiceImpl
    Author:
    Filip Hrisafov
    • Method Detail

      • createUserQuery

        public org.flowable.idm.api.UserQuery createUserQuery()
        Specified by:
        createUserQuery in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        createUserQuery in class IdmIdentityServiceImpl
      • createGroupQuery

        public org.flowable.idm.api.GroupQuery createGroupQuery()
        Specified by:
        createGroupQuery in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        createGroupQuery in class IdmIdentityServiceImpl
      • newUser

        public org.flowable.idm.api.User newUser​(String userId)
        Specified by:
        newUser in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        newUser in class IdmIdentityServiceImpl
      • saveUser

        public void saveUser​(org.flowable.idm.api.User user)
        Specified by:
        saveUser in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        saveUser in class IdmIdentityServiceImpl
      • createNativeUserQuery

        public org.flowable.idm.api.NativeUserQuery createNativeUserQuery()
        Specified by:
        createNativeUserQuery in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        createNativeUserQuery in class IdmIdentityServiceImpl
      • deleteUser

        public void deleteUser​(String userId)
        Specified by:
        deleteUser in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        deleteUser in class IdmIdentityServiceImpl
      • newGroup

        public org.flowable.idm.api.Group newGroup​(String groupId)
        Specified by:
        newGroup in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        newGroup in class IdmIdentityServiceImpl
      • createNativeGroupQuery

        public org.flowable.idm.api.NativeGroupQuery createNativeGroupQuery()
        Specified by:
        createNativeGroupQuery in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        createNativeGroupQuery in class IdmIdentityServiceImpl
      • saveGroup

        public void saveGroup​(org.flowable.idm.api.Group group)
        Specified by:
        saveGroup in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        saveGroup in class IdmIdentityServiceImpl
      • deleteGroup

        public void deleteGroup​(String groupId)
        Specified by:
        deleteGroup in interface org.flowable.idm.api.IdmIdentityService
        Overrides:
        deleteGroup in class IdmIdentityServiceImpl