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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbegin()voidcommit()booleangetRollbackOnly()booleanisActive()voidrollback()voidsetRollbackOnly()
 
-