public class DefaultIdentityStoreInvocationContextFactory extends Object implements org.picketlink.idm.spi.IdentityStoreInvocationContextFactory
| Modifier and Type | Field and Description |
|---|---|
static DefaultIdentityStoreInvocationContextFactory |
DEFAULT |
| Constructor and Description |
|---|
DefaultIdentityStoreInvocationContextFactory() |
DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf) |
DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf,
org.picketlink.idm.credential.spi.CredentialHandlerFactory chf) |
DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf,
org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache) |
DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf,
org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache,
org.picketlink.idm.event.EventBridge eventBridge,
org.picketlink.idm.IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
org.picketlink.idm.spi.IdentityStoreInvocationContext |
createContext(org.picketlink.idm.IdentityManager identityManager) |
javax.persistence.EntityManager |
getEntityManager() |
void |
initContextForStore(org.picketlink.idm.spi.IdentityStoreInvocationContext ctx,
org.picketlink.idm.spi.IdentityStore<?> store) |
void |
setEntityManager(javax.persistence.EntityManager em) |
public static DefaultIdentityStoreInvocationContextFactory DEFAULT
public DefaultIdentityStoreInvocationContextFactory()
public DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf)
public DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf,
org.picketlink.idm.credential.spi.CredentialHandlerFactory chf)
public DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf,
org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache)
public DefaultIdentityStoreInvocationContextFactory(javax.persistence.EntityManagerFactory emf,
org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache,
org.picketlink.idm.event.EventBridge eventBridge,
org.picketlink.idm.IdGenerator idGenerator)
public org.picketlink.idm.spi.IdentityStoreInvocationContext createContext(org.picketlink.idm.IdentityManager identityManager)
createContext in interface org.picketlink.idm.spi.IdentityStoreInvocationContextFactorypublic void initContextForStore(org.picketlink.idm.spi.IdentityStoreInvocationContext ctx,
org.picketlink.idm.spi.IdentityStore<?> store)
initContextForStore in interface org.picketlink.idm.spi.IdentityStoreInvocationContextFactorypublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager em)
Copyright © 2013. All Rights Reserved.