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 Modifier and Type Class Description static class
MapOTPPolicyEntityImpl.Empty
-
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
Constructors Constructor Description MapOTPPolicyEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getOtpPolicyAlgorithm()
Integer
getOtpPolicyDigits()
Integer
getOtpPolicyInitialCounter()
Integer
getOtpPolicyLookAheadWindow()
Integer
getOtpPolicyPeriod()
String
getOtpPolicyType()
int
hashCode()
Boolean
isOtpPolicyCodeReusable()
void
setOtpPolicyAlgorithm(String p0)
void
setOtpPolicyCodeReusable(Boolean p0)
void
setOtpPolicyDigits(Integer p0)
void
setOtpPolicyInitialCounter(Integer p0)
void
setOtpPolicyLookAheadWindow(Integer p0)
void
setOtpPolicyPeriod(Integer p0)
void
setOtpPolicyType(String p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
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
-
-
-
-
Constructor Detail
-
MapOTPPolicyEntityImpl
public MapOTPPolicyEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
getOtpPolicyAlgorithm
public String getOtpPolicyAlgorithm()
- Specified by:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
public void setOtpPolicyAlgorithm(String p0)
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
public Boolean isOtpPolicyCodeReusable()
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
public void setOtpPolicyCodeReusable(Boolean p0)
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
public Integer getOtpPolicyDigits()
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
public void setOtpPolicyDigits(Integer p0)
- Specified by:
setOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
public void setOtpPolicyInitialCounter(Integer p0)
- Specified by:
setOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
getOtpPolicyInitialCounter
public Integer getOtpPolicyInitialCounter()
- Specified by:
getOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
public Integer getOtpPolicyLookAheadWindow()
- Specified by:
getOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
public void setOtpPolicyLookAheadWindow(Integer p0)
- Specified by:
setOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
public void setOtpPolicyPeriod(Integer p0)
- Specified by:
setOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
public Integer getOtpPolicyPeriod()
- Specified by:
getOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
public String getOtpPolicyType()
- Specified by:
getOtpPolicyType
in interfaceMapOTPPolicyEntity
-
setOtpPolicyType
public void setOtpPolicyType(String p0)
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
-