Class HotRodWebAuthnPolicyEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodWebAuthnPolicyEntity>
-
- org.keycloak.models.map.storage.hotRod.realm.entity.HotRodWebAuthnPolicyEntityDelegate
-
- All Implemented Interfaces:
UpdatableEntity
,MapWebAuthnPolicyEntity
,HotRodEntityDelegate<HotRodWebAuthnPolicyEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodWebAuthnPolicyEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodWebAuthnPolicyEntity> implements MapWebAuthnPolicyEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description HotRodWebAuthnPolicyEntityDelegate()
HotRodWebAuthnPolicyEntityDelegate(DeepCloner cloner)
HotRodWebAuthnPolicyEntityDelegate(HotRodWebAuthnPolicyEntity hotRodEntity)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
HotRodWebAuthnPolicyEntityDelegate
public HotRodWebAuthnPolicyEntityDelegate()
-
HotRodWebAuthnPolicyEntityDelegate
public HotRodWebAuthnPolicyEntityDelegate(HotRodWebAuthnPolicyEntity hotRodEntity)
-
HotRodWebAuthnPolicyEntityDelegate
public HotRodWebAuthnPolicyEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodWebAuthnPolicyEntity e)
-
setAcceptableAaguids
public void setAcceptableAaguids(List<String> p0)
- Specified by:
setAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
getAcceptableAaguids
public List<String> getAcceptableAaguids()
- Specified by:
getAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
setAttestationConveyancePreference
public void setAttestationConveyancePreference(String p0)
- Specified by:
setAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
getAttestationConveyancePreference
public String getAttestationConveyancePreference()
- Specified by:
getAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
getAuthenticatorAttachment
public String getAuthenticatorAttachment()
- Specified by:
getAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
setAuthenticatorAttachment
public void setAuthenticatorAttachment(String p0)
- Specified by:
setAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
setAvoidSameAuthenticatorRegister
public void setAvoidSameAuthenticatorRegister(Boolean p0)
- Specified by:
setAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
isAvoidSameAuthenticatorRegister
public Boolean isAvoidSameAuthenticatorRegister()
- Specified by:
isAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
getCreateTimeout
public Integer getCreateTimeout()
- Specified by:
getCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
setCreateTimeout
public void setCreateTimeout(Integer p0)
- Specified by:
setCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
setRequireResidentKey
public void setRequireResidentKey(String p0)
- Specified by:
setRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
getRequireResidentKey
public String getRequireResidentKey()
- Specified by:
getRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
setRpEntityName
public void setRpEntityName(String p0)
- Specified by:
setRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
getRpEntityName
public String getRpEntityName()
- Specified by:
getRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
getRpId
public String getRpId()
- Specified by:
getRpId
in interfaceMapWebAuthnPolicyEntity
-
setRpId
public void setRpId(String p0)
- Specified by:
setRpId
in interfaceMapWebAuthnPolicyEntity
-
setSignatureAlgorithms
public void setSignatureAlgorithms(List<String> p0)
- Specified by:
setSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
getSignatureAlgorithms
public List<String> getSignatureAlgorithms()
- Specified by:
getSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
getUserVerificationRequirement
public String getUserVerificationRequirement()
- Specified by:
getUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
setUserVerificationRequirement
public void setUserVerificationRequirement(String p0)
- Specified by:
setUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
getHotRodEntity
public HotRodWebAuthnPolicyEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodWebAuthnPolicyEntity>
-
-