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