Class JpaRoleDelegateProvider
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaDelegateProvider<JpaRoleEntity>
-
- org.keycloak.models.map.storage.jpa.role.delegate.JpaRoleDelegateProvider
-
- All Implemented Interfaces:
DelegateProvider<MapRoleEntity>
public class JpaRoleDelegateProvider extends JpaDelegateProvider<JpaRoleEntity> implements DelegateProvider<MapRoleEntity>
-
-
Constructor Summary
Constructors Constructor Description JpaRoleDelegateProvider(JpaRoleEntity delegate, javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaRoleEntitygetDelegate(boolean isRead, Enum<? extends EntityField<MapRoleEntity>> 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
-
JpaRoleDelegateProvider
public JpaRoleDelegateProvider(JpaRoleEntity delegate, javax.persistence.EntityManager em)
-
-
Method Detail
-
getDelegate
public JpaRoleEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapRoleEntity>> field, Object... parameters)
- Specified by:
getDelegatein interfaceDelegateProvider<MapRoleEntity>
-
-