Class ReadOnlyIdmIdentityService

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration>
com.flowable.idm.engine.impl.BaseIdmIdentityServiceImpl
com.flowable.idm.engine.impl.ReadOnlyIdmIdentityService
All Implemented Interfaces:
PlatformIdentityService, org.flowable.idm.api.IdmIdentityService
Direct Known Subclasses:
LdapIdmIdentityService

public abstract class ReadOnlyIdmIdentityService
extends BaseIdmIdentityServiceImpl
A base Read Only implementation of the PlatformIdentityService that can be used for custom read only implementations.
Author:
Filip Hrisafov