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 Summary
Constructors Constructor Description HotRodUserLoginFailureEntityDescriptor()
-
Method Summary
All 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
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClassin interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getEntityTypeClass
public Class<HotRodUserLoginFailureEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClassin interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProviderin interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersionin interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchemain interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
-