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