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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapWebAuthnPolicyEntityFieldDelegate(EntityFieldDelegate<MapWebAuthnPolicyEntity> entityFieldDelegate)
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
MapWebAuthnPolicyEntityFieldDelegatepublic MapWebAuthnPolicyEntityFieldDelegate(EntityFieldDelegate<MapWebAuthnPolicyEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapWebAuthnPolicyEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapWebAuthnPolicyEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic 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 interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getRpEntityNamepublic String getRpEntityName() - Specified by:
- getRpEntityNamein interface- MapWebAuthnPolicyEntity
 
 - 
setRpEntityNamepublic void setRpEntityName(String p0) - Specified by:
- setRpEntityNamein interface- MapWebAuthnPolicyEntity
 
 - 
getSignatureAlgorithmspublic List<String> getSignatureAlgorithms() - Specified by:
- getSignatureAlgorithmsin interface- MapWebAuthnPolicyEntity
 
 - 
setSignatureAlgorithmspublic void setSignatureAlgorithms(List<String> p0) - Specified by:
- setSignatureAlgorithmsin interface- MapWebAuthnPolicyEntity
 
 - 
getRpIdpublic String getRpId() - Specified by:
- getRpIdin interface- MapWebAuthnPolicyEntity
 
 - 
setRpIdpublic void setRpId(String p0) - Specified by:
- setRpIdin interface- MapWebAuthnPolicyEntity
 
 - 
getAttestationConveyancePreferencepublic String getAttestationConveyancePreference() - Specified by:
- getAttestationConveyancePreferencein interface- MapWebAuthnPolicyEntity
 
 - 
setAttestationConveyancePreferencepublic void setAttestationConveyancePreference(String p0) - Specified by:
- setAttestationConveyancePreferencein interface- MapWebAuthnPolicyEntity
 
 - 
getAuthenticatorAttachmentpublic String getAuthenticatorAttachment() - Specified by:
- getAuthenticatorAttachmentin interface- MapWebAuthnPolicyEntity
 
 - 
setAuthenticatorAttachmentpublic void setAuthenticatorAttachment(String p0) - Specified by:
- setAuthenticatorAttachmentin interface- MapWebAuthnPolicyEntity
 
 - 
getRequireResidentKeypublic String getRequireResidentKey() - Specified by:
- getRequireResidentKeyin interface- MapWebAuthnPolicyEntity
 
 - 
setRequireResidentKeypublic void setRequireResidentKey(String p0) - Specified by:
- setRequireResidentKeyin interface- MapWebAuthnPolicyEntity
 
 - 
getUserVerificationRequirementpublic String getUserVerificationRequirement() - Specified by:
- getUserVerificationRequirementin interface- MapWebAuthnPolicyEntity
 
 - 
setUserVerificationRequirementpublic void setUserVerificationRequirement(String p0) - Specified by:
- setUserVerificationRequirementin interface- MapWebAuthnPolicyEntity
 
 - 
getCreateTimeoutpublic Integer getCreateTimeout() - Specified by:
- getCreateTimeoutin interface- MapWebAuthnPolicyEntity
 
 - 
setCreateTimeoutpublic void setCreateTimeout(Integer p0) - Specified by:
- setCreateTimeoutin interface- MapWebAuthnPolicyEntity
 
 - 
isAvoidSameAuthenticatorRegisterpublic Boolean isAvoidSameAuthenticatorRegister() - Specified by:
- isAvoidSameAuthenticatorRegisterin interface- MapWebAuthnPolicyEntity
 
 - 
setAvoidSameAuthenticatorRegisterpublic void setAvoidSameAuthenticatorRegister(Boolean p0) - Specified by:
- setAvoidSameAuthenticatorRegisterin interface- MapWebAuthnPolicyEntity
 
 - 
getAcceptableAaguidspublic List<String> getAcceptableAaguids() - Specified by:
- getAcceptableAaguidsin interface- MapWebAuthnPolicyEntity
 
 - 
setAcceptableAaguidspublic void setAcceptableAaguids(List<String> p0) - Specified by:
- setAcceptableAaguidsin interface- MapWebAuthnPolicyEntity
 
 
- 
 
-