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
ConstructorsConstructorDescriptionJpaScopeDelegateProvider(JpaScopeEntity delegate, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptiongetDelegate(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters) Methods inherited from class org.keycloak.models.map.storage.jpa.JpaDelegateProvider
getDelegate, setDelegateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.delegate.DelegateProvider
isUpdated
-
Constructor Details
-
JpaScopeDelegateProvider
-
-
Method Details
-
getDelegate
public MapScopeEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters) - Specified by:
getDelegatein interfaceDelegateProvider<MapScopeEntity>
-