Class HotRodUserLoginFailureEntityDescriptor
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.loginFailure.HotRodUserLoginFailureEntityDescriptor
 
- 
- All Implemented Interfaces:
- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 @Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodUserLoginFailureEntityDescriptor extends Object implements HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate> 
- 
- 
Constructor SummaryConstructors Constructor Description HotRodUserLoginFailureEntityDescriptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()IntegergetCurrentVersion()Class<HotRodUserLoginFailureEntity>getEntityTypeClass()Function<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>getHotRodDelegateProvider()Class<?>getModelTypeClass()org.infinispan.protostream.GeneratedSchemagetProtoSchema()
 
- 
- 
- 
Method Detail- 
getModelTypeClasspublic Class<?> getModelTypeClass() - Specified by:
- getModelTypeClassin interface- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 - 
getEntityTypeClasspublic Class<HotRodUserLoginFailureEntity> getEntityTypeClass() - Specified by:
- getEntityTypeClassin interface- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 - 
getCacheNamepublic String getCacheName() - Specified by:
- getCacheNamein interface- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 - 
getHotRodDelegateProviderpublic Function<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate> getHotRodDelegateProvider() - Specified by:
- getHotRodDelegateProviderin interface- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 - 
getCurrentVersionpublic Integer getCurrentVersion() - Specified by:
- getCurrentVersionin interface- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 - 
getProtoSchemapublic org.infinispan.protostream.GeneratedSchema getProtoSchema() - Specified by:
- getProtoSchemain interface- HotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
 
 
- 
 
-