public class JpaIdentityStoreSessionImpl extends Object implements org.picketlink.idm.spi.store.IdentityStoreSession
| Constructor and Description |
|---|
JpaIdentityStoreSessionImpl(javax.persistence.EntityManager em,
javax.enterprise.event.Event<IdentityObjectCreatedEvent> identityObjectCreatedEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
close() |
void |
commitTransaction() |
javax.persistence.EntityManager |
getEntityManager() |
javax.enterprise.event.Event<IdentityObjectCreatedEvent> |
getIdentityObjectCreatedEvent() |
Object |
getSessionContext() |
boolean |
isOpen() |
boolean |
isTransactionActive() |
boolean |
isTransactionSupported() |
void |
rollbackTransaction() |
void |
save() |
void |
startTransaction() |
public JpaIdentityStoreSessionImpl(javax.persistence.EntityManager em,
javax.enterprise.event.Event<IdentityObjectCreatedEvent> identityObjectCreatedEvent)
public javax.persistence.EntityManager getEntityManager()
public javax.enterprise.event.Event<IdentityObjectCreatedEvent> getIdentityObjectCreatedEvent()
public void clear()
throws org.picketlink.idm.common.exception.IdentityException
clear in interface org.picketlink.idm.spi.store.IdentityStoreSessionorg.picketlink.idm.common.exception.IdentityExceptionpublic void close()
throws org.picketlink.idm.common.exception.IdentityException
close in interface org.picketlink.idm.spi.store.IdentityStoreSessionorg.picketlink.idm.common.exception.IdentityExceptionpublic void commitTransaction()
commitTransaction in interface org.picketlink.idm.spi.store.IdentityStoreSessionpublic Object getSessionContext() throws org.picketlink.idm.common.exception.IdentityException
getSessionContext in interface org.picketlink.idm.spi.store.IdentityStoreSessionorg.picketlink.idm.common.exception.IdentityExceptionpublic boolean isOpen()
isOpen in interface org.picketlink.idm.spi.store.IdentityStoreSessionpublic boolean isTransactionActive()
isTransactionActive in interface org.picketlink.idm.spi.store.IdentityStoreSessionpublic boolean isTransactionSupported()
isTransactionSupported in interface org.picketlink.idm.spi.store.IdentityStoreSessionpublic void rollbackTransaction()
rollbackTransaction in interface org.picketlink.idm.spi.store.IdentityStoreSessionpublic void save()
throws org.picketlink.idm.common.exception.IdentityException
save in interface org.picketlink.idm.spi.store.IdentityStoreSessionorg.picketlink.idm.common.exception.IdentityExceptionpublic void startTransaction()
startTransaction in interface org.picketlink.idm.spi.store.IdentityStoreSessionCopyright © 2013 Seam Framework. All Rights Reserved.