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