Class CronIdentityProviderFactory
- java.lang.Object
-
- io.cronapp.bpm.identity.plugin.support.CronIdentityProviderFactory
-
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.interceptor.SessionFactory
public class CronIdentityProviderFactory extends Object implements org.camunda.bpm.engine.impl.interceptor.SessionFactory
-
-
Constructor Summary
Constructors Constructor Description CronIdentityProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getSessionType()org.camunda.bpm.engine.impl.interceptor.SessionopenSession()
-
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionTypein interfaceorg.camunda.bpm.engine.impl.interceptor.SessionFactory
-
openSession
public org.camunda.bpm.engine.impl.interceptor.Session openSession()
- Specified by:
openSessionin interfaceorg.camunda.bpm.engine.impl.interceptor.SessionFactory
-
-