Class MapOTPPolicyEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapOTPPolicyEntityImpl
- All Implemented Interfaces:
UpdatableEntity
,MapOTPPolicyEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapOTPPolicyEntityImpl
extends UpdatableEntity.Impl
implements MapOTPPolicyEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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
-
MapOTPPolicyEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigits
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
-
setOtpPolicyType
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyType
in interfaceMapOTPPolicyEntity
-