Class MapWebAuthnPolicyEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapWebAuthnPolicyEntityFieldDelegate
-
- All Implemented Interfaces:
HasEntityFieldDelegate<MapWebAuthnPolicyEntity>
,UpdatableEntity
,MapWebAuthnPolicyEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapWebAuthnPolicyEntityFieldDelegate extends UpdatableEntity.Impl implements MapWebAuthnPolicyEntity, HasEntityFieldDelegate<MapWebAuthnPolicyEntity>
-
-
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
Constructors Constructor Description MapWebAuthnPolicyEntityFieldDelegate(EntityFieldDelegate<MapWebAuthnPolicyEntity> entityFieldDelegate)
-
Method Summary
-
-
-
Constructor Detail
-
MapWebAuthnPolicyEntityFieldDelegate
public MapWebAuthnPolicyEntityFieldDelegate(EntityFieldDelegate<MapWebAuthnPolicyEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapWebAuthnPolicyEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapWebAuthnPolicyEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getRpEntityName
public String getRpEntityName()
- Specified by:
getRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
setRpEntityName
public void setRpEntityName(String p0)
- Specified by:
setRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
getSignatureAlgorithms
public List<String> getSignatureAlgorithms()
- Specified by:
getSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
setSignatureAlgorithms
public void setSignatureAlgorithms(List<String> p0)
- Specified by:
setSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
getRpId
public String getRpId()
- Specified by:
getRpId
in interfaceMapWebAuthnPolicyEntity
-
setRpId
public void setRpId(String p0)
- Specified by:
setRpId
in interfaceMapWebAuthnPolicyEntity
-
getAttestationConveyancePreference
public String getAttestationConveyancePreference()
- Specified by:
getAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
setAttestationConveyancePreference
public void setAttestationConveyancePreference(String p0)
- Specified by:
setAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
getAuthenticatorAttachment
public String getAuthenticatorAttachment()
- Specified by:
getAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
setAuthenticatorAttachment
public void setAuthenticatorAttachment(String p0)
- Specified by:
setAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
getRequireResidentKey
public String getRequireResidentKey()
- Specified by:
getRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
setRequireResidentKey
public void setRequireResidentKey(String p0)
- Specified by:
setRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
getUserVerificationRequirement
public String getUserVerificationRequirement()
- Specified by:
getUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
setUserVerificationRequirement
public void setUserVerificationRequirement(String p0)
- Specified by:
setUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
getCreateTimeout
public Integer getCreateTimeout()
- Specified by:
getCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
setCreateTimeout
public void setCreateTimeout(Integer p0)
- Specified by:
setCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
isAvoidSameAuthenticatorRegister
public Boolean isAvoidSameAuthenticatorRegister()
- Specified by:
isAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
setAvoidSameAuthenticatorRegister
public void setAvoidSameAuthenticatorRegister(Boolean p0)
- Specified by:
setAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
getAcceptableAaguids
public List<String> getAcceptableAaguids()
- Specified by:
getAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
setAcceptableAaguids
public void setAcceptableAaguids(List<String> p0)
- Specified by:
setAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
-