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 String
getCacheName()
Integer
getCurrentVersion()
Class<HotRodUserLoginFailureEntity>
getEntityTypeClass()
Function<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
getHotRodDelegateProvider()
Class<?>
getModelTypeClass()
org.infinispan.protostream.GeneratedSchema
getProtoSchema()
-
-
-
Method Detail
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClass
in interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getEntityTypeClass
public Class<HotRodUserLoginFailureEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClass
in interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheName
in interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProvider
in interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersion
in interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchema
in interfaceHotRodEntityDescriptor<HotRodUserLoginFailureEntity,HotRodUserLoginFailureEntityDelegate>
-
-