Class HotRodScopeEntityDescriptor
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.authorization.HotRodScopeEntityDescriptor
-
- All Implemented Interfaces:
HotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodScopeEntityDescriptor extends Object implements HotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
-
Constructor Summary
Constructors Constructor Description HotRodScopeEntityDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()IntegergetCurrentVersion()Class<HotRodScopeEntity>getEntityTypeClass()Function<HotRodScopeEntity,HotRodScopeEntityDelegate>getHotRodDelegateProvider()Class<?>getModelTypeClass()org.infinispan.protostream.GeneratedSchemagetProtoSchema()
-
-
-
Method Detail
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClassin interfaceHotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
getEntityTypeClass
public Class<HotRodScopeEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClassin interfaceHotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceHotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodScopeEntity,HotRodScopeEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProviderin interfaceHotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersionin interfaceHotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchemain interfaceHotRodEntityDescriptor<HotRodScopeEntity,HotRodScopeEntityDelegate>
-
-