Class JpaClientMapStorage
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.client.JpaClientMapStorage
-
- All Implemented Interfaces:
MapStorage<MapClientEntity,org.keycloak.models.ClientModel>
public class JpaClientMapStorage extends Object implements MapStorage<MapClientEntity,org.keycloak.models.ClientModel>
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerSUPPORTED_VERSION
-
Constructor Summary
Constructors Constructor Description JpaClientMapStorage(javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapKeycloakTransaction<MapClientEntity,org.keycloak.models.ClientModel>createTransaction(org.keycloak.models.KeycloakSession session)
-
-
-
Field Detail
-
SUPPORTED_VERSION
public static final Integer SUPPORTED_VERSION
-
-
Method Detail
-
createTransaction
public MapKeycloakTransaction<MapClientEntity,org.keycloak.models.ClientModel> createTransaction(org.keycloak.models.KeycloakSession session)
- Specified by:
createTransactionin interfaceMapStorage<MapClientEntity,org.keycloak.models.ClientModel>
-
-