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