Class HotRodOTPPolicyEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodOTPPolicyEntity>
org.keycloak.models.map.storage.hotRod.realm.entity.HotRodOTPPolicyEntityDelegate
- All Implemented Interfaces:
UpdatableEntity
,MapOTPPolicyEntity
,HotRodEntityDelegate<HotRodOTPPolicyEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodOTPPolicyEntityDelegate
extends UpdatableHotRodEntityDelegateImpl<HotRodOTPPolicyEntity>
implements MapOTPPolicyEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
entityEquals
(Object o1, Object o2) static int
boolean
int
hashCode()
void
void
void
void
void
void
void
toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodOTPPolicyEntityDelegate
public HotRodOTPPolicyEntityDelegate() -
HotRodOTPPolicyEntityDelegate
-
HotRodOTPPolicyEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
getOtpPolicyInitialCounter
- Specified by:
getOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
- Specified by:
setOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
- Specified by:
setOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
- Specified by:
getOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
- Specified by:
setOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
- Specified by:
getOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyType
in interfaceMapOTPPolicyEntity
-
setOtpPolicyType
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodOTPPolicyEntity>
-