Class JpaClientScopeDelegateProvider

java.lang.Object
org.keycloak.models.map.storage.jpa.JpaDelegateProvider<JpaClientScopeEntity>
org.keycloak.models.map.storage.jpa.clientScope.delegate.JpaClientScopeDelegateProvider
All Implemented Interfaces:
DelegateProvider<MapClientScopeEntity>

public class JpaClientScopeDelegateProvider extends JpaDelegateProvider<JpaClientScopeEntity> implements DelegateProvider<MapClientScopeEntity>
  • Constructor Details

    • JpaClientScopeDelegateProvider

      public JpaClientScopeDelegateProvider(JpaClientScopeEntity delegate, jakarta.persistence.EntityManager em)
  • Method Details

    • getDelegate

      public MapClientScopeEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapClientScopeEntity>> field, Object... parameters)
      Description copied from interface: DelegateProvider
      Returns a delegate for and entity for an operation on a field.
      Specified by:
      getDelegate in interface DelegateProvider<MapClientScopeEntity>
      Parameters:
      isRead - true when the delegate requested for a read operation, false otherwise
      field - Identification of the field this delegates operates on. While this parameter can be any object including null, if it is a known field, then it is guaranteed to be one of the EntityFields enumerated in one of the Map*EntityFields enum.
      Returns: