Class JpaRootAuthenticationSessionDelegateProvider
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaDelegateProvider<JpaRootAuthenticationSessionEntity>
-
- org.keycloak.models.map.storage.jpa.authSession.delegate.JpaRootAuthenticationSessionDelegateProvider
-
- All Implemented Interfaces:
DelegateProvider<MapRootAuthenticationSessionEntity>
public class JpaRootAuthenticationSessionDelegateProvider extends JpaDelegateProvider<JpaRootAuthenticationSessionEntity> implements DelegateProvider<MapRootAuthenticationSessionEntity>
-
-
Constructor Summary
Constructors Constructor Description JpaRootAuthenticationSessionDelegateProvider(JpaRootAuthenticationSessionEntity delegate, javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapRootAuthenticationSessionEntitygetDelegate(boolean isRead, Enum<? extends EntityField<MapRootAuthenticationSessionEntity>> field, Object... parameters)-
Methods inherited from class org.keycloak.models.map.storage.jpa.JpaDelegateProvider
getDelegate, setDelegate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.delegate.DelegateProvider
isUpdated
-
-
-
-
Constructor Detail
-
JpaRootAuthenticationSessionDelegateProvider
public JpaRootAuthenticationSessionDelegateProvider(JpaRootAuthenticationSessionEntity delegate, javax.persistence.EntityManager em)
-
-
Method Detail
-
getDelegate
public MapRootAuthenticationSessionEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapRootAuthenticationSessionEntity>> field, Object... parameters)
- Specified by:
getDelegatein interfaceDelegateProvider<MapRootAuthenticationSessionEntity>
-
-