Package | Description |
---|---|
org.keycloak.connections.file | |
org.keycloak.connections.jpa | |
org.keycloak.connections.mongo | |
org.keycloak.models | |
org.keycloak.services |
Modifier and Type | Interface and Description |
---|---|
interface |
FileConnectionProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileConnectionProvider
Provides the InMemoryModel and notifies the factory to save it when
the session is done.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaKeycloakTransaction |
Modifier and Type | Class and Description |
---|---|
class |
MongoKeycloakTransaction |
Modifier and Type | Interface and Description |
---|---|
interface |
KeycloakTransactionManager |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakTransactionManager.enlist(KeycloakTransaction transaction) |
void |
KeycloakTransactionManager.enlistAfterCompletion(KeycloakTransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeycloakTransactionManager |
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeycloakTransactionManager.enlist(KeycloakTransaction transaction) |
void |
DefaultKeycloakTransactionManager.enlistAfterCompletion(KeycloakTransaction transaction) |
Copyright © 2015. All rights reserved.