Package org.keycloak.models
Interface KeycloakTransaction
-
- All Known Subinterfaces:
KeycloakTransactionManager
- All Known Implementing Classes:
AbstractKeycloakTransaction
,AllAreasHotRodStoresWrapper
,AsyncResponseTransaction
,ConcurrentHashMapStorage
,DefaultKeycloakTransactionManager
,EventListenerTransaction
,FileMapStorage
,HotRodRemoteTransactionWrapper
,HotRodUserSessionMapStorage
,HttpResponseImpl
,InfinispanChangelogBasedTransaction
,InfinispanKeycloakTransaction
,JpaKeycloakTransaction
,JpaTransactionWrapper
,JtaTransactionWrapper
,LdapMapStorage
,LdapRoleMapStorage
,LDAPTransaction
,SessionEventsSenderTransaction
,SingleUseObjectMapStorage
,UserTransactionWrapper
public interface KeycloakTransaction
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
begin()
void
commit()
boolean
getRollbackOnly()
boolean
isActive()
void
rollback()
void
setRollbackOnly()
-