Class SyncopeIdmIdentityService

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<org.flowable.idm.engine.IdmEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<org.flowable.idm.engine.IdmEngineConfiguration>
org.flowable.idm.engine.impl.IdmIdentityServiceImpl
org.apache.syncope.core.flowable.support.SyncopeIdmIdentityService
All Implemented Interfaces:
org.flowable.idm.api.IdmIdentityService

public class SyncopeIdmIdentityService extends org.flowable.idm.engine.impl.IdmIdentityServiceImpl
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    commandExecutor

    Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    configuration
  • Constructor Summary

    Constructors
    Constructor
    Description
    SyncopeIdmIdentityService(org.flowable.idm.engine.IdmEngineConfiguration idmEngineConfiguration, ConfigurableApplicationContext ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.idm.api.GroupQuery
     
    org.flowable.idm.api.UserQuery
     

    Methods inherited from class org.flowable.idm.engine.impl.IdmIdentityServiceImpl

    addGroupPrivilegeMapping, addUserPrivilegeMapping, checkPassword, createMembership, createNativeGroupQuery, createNativeTokenQuery, createNativeUserQuery, createPrivilege, createPrivilegeQuery, createTokenQuery, deleteGroup, deleteGroupPrivilegeMapping, deleteMembership, deletePrivilege, deleteToken, deleteUser, deleteUserInfo, deleteUserPrivilegeMapping, getGroupsWithPrivilege, getPrivilegeMappingsByPrivilegeId, getUserInfo, getUserInfoKeys, getUserPicture, getUsersWithPrivilege, newGroup, newToken, newUser, saveGroup, saveToken, saveUser, setAuthenticatedUserId, setUserInfo, setUserPicture, updateUserPassword

    Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    getCommandExecutor, setCommandExecutor

    Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    getConfiguration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SyncopeIdmIdentityService

      public SyncopeIdmIdentityService(org.flowable.idm.engine.IdmEngineConfiguration idmEngineConfiguration, ConfigurableApplicationContext ctx)
  • Method Details

    • createUserQuery

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

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