public class EntityManagerContextInitializer extends Object implements org.picketlink.idm.spi.ContextInitializer
A ContextInitializer
that sets an EntityManager
into the IdentityContext
. This is specially useful when using an identity store that needs
access to the entity manager.
Constructor and Description |
---|
EntityManagerContextInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
initContextForStore(org.picketlink.idm.spi.IdentityContext context,
org.picketlink.idm.spi.IdentityStore<?> store) |
public void initContextForStore(org.picketlink.idm.spi.IdentityContext context, org.picketlink.idm.spi.IdentityStore<?> store)
initContextForStore
in interface org.picketlink.idm.spi.ContextInitializer
Copyright © 2019 JBoss by Red Hat. All rights reserved.