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:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapWebAuthnPolicyEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getRpEntityName
public String getRpEntityName()
- Specified by:
getRpEntityNamein interfaceMapWebAuthnPolicyEntity
-
setRpEntityName
public void setRpEntityName(String p0)
- Specified by:
setRpEntityNamein interfaceMapWebAuthnPolicyEntity
-
getSignatureAlgorithms
public List<String> getSignatureAlgorithms()
- Specified by:
getSignatureAlgorithmsin interfaceMapWebAuthnPolicyEntity
-
setSignatureAlgorithms
public void setSignatureAlgorithms(List<String> p0)
- Specified by:
setSignatureAlgorithmsin interfaceMapWebAuthnPolicyEntity
-
getRpId
public String getRpId()
- Specified by:
getRpIdin interfaceMapWebAuthnPolicyEntity
-
setRpId
public void setRpId(String p0)
- Specified by:
setRpIdin interfaceMapWebAuthnPolicyEntity
-
getAttestationConveyancePreference
public String getAttestationConveyancePreference()
- Specified by:
getAttestationConveyancePreferencein interfaceMapWebAuthnPolicyEntity
-
setAttestationConveyancePreference
public void setAttestationConveyancePreference(String p0)
- Specified by:
setAttestationConveyancePreferencein interfaceMapWebAuthnPolicyEntity
-
getAuthenticatorAttachment
public String getAuthenticatorAttachment()
- Specified by:
getAuthenticatorAttachmentin interfaceMapWebAuthnPolicyEntity
-
setAuthenticatorAttachment
public void setAuthenticatorAttachment(String p0)
- Specified by:
setAuthenticatorAttachmentin interfaceMapWebAuthnPolicyEntity
-
getRequireResidentKey
public String getRequireResidentKey()
- Specified by:
getRequireResidentKeyin interfaceMapWebAuthnPolicyEntity
-
setRequireResidentKey
public void setRequireResidentKey(String p0)
- Specified by:
setRequireResidentKeyin interfaceMapWebAuthnPolicyEntity
-
getUserVerificationRequirement
public String getUserVerificationRequirement()
- Specified by:
getUserVerificationRequirementin interfaceMapWebAuthnPolicyEntity
-
setUserVerificationRequirement
public void setUserVerificationRequirement(String p0)
- Specified by:
setUserVerificationRequirementin interfaceMapWebAuthnPolicyEntity
-
getCreateTimeout
public Integer getCreateTimeout()
- Specified by:
getCreateTimeoutin interfaceMapWebAuthnPolicyEntity
-
setCreateTimeout
public void setCreateTimeout(Integer p0)
- Specified by:
setCreateTimeoutin interfaceMapWebAuthnPolicyEntity
-
isAvoidSameAuthenticatorRegister
public Boolean isAvoidSameAuthenticatorRegister()
- Specified by:
isAvoidSameAuthenticatorRegisterin interfaceMapWebAuthnPolicyEntity
-
setAvoidSameAuthenticatorRegister
public void setAvoidSameAuthenticatorRegister(Boolean p0)
- Specified by:
setAvoidSameAuthenticatorRegisterin interfaceMapWebAuthnPolicyEntity
-
getAcceptableAaguids
public List<String> getAcceptableAaguids()
- Specified by:
getAcceptableAaguidsin interfaceMapWebAuthnPolicyEntity
-
setAcceptableAaguids
public void setAcceptableAaguids(List<String> p0)
- Specified by:
setAcceptableAaguidsin interfaceMapWebAuthnPolicyEntity
-
-