Class MapWebAuthnPolicyEntityDelegate
java.lang.Object
org.keycloak.models.map.realm.entity.MapWebAuthnPolicyEntityDelegate
- All Implemented Interfaces:
HasDelegateProvider<MapWebAuthnPolicyEntity>
,UpdatableEntity
,MapWebAuthnPolicyEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapWebAuthnPolicyEntityDelegate
extends Object
implements MapWebAuthnPolicyEntity, HasDelegateProvider<MapWebAuthnPolicyEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapWebAuthnPolicyEntityDelegate
(DelegateProvider<MapWebAuthnPolicyEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetRpId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setAcceptableAaguids
(List<String> acceptableAaguids) void
setAttestationConveyancePreference
(String attestationConveyancePreference) void
setAuthenticatorAttachment
(String authenticatorAttachment) void
setAvoidSameAuthenticatorRegister
(Boolean avoidSameAuthenticatorRegister) void
setCreateTimeout
(Integer createTimeout) void
setRequireResidentKey
(String requireResidentKey) void
setRpEntityName
(String rpEntityName) void
void
setSignatureAlgorithms
(List<String> signatureAlgorithms) void
setUserVerificationRequirement
(String userVerificationRequirement) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapWebAuthnPolicyEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapWebAuthnPolicyEntity>
-
toString
-
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
- Returns:
-
getRpEntityName
- Specified by:
getRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
setRpEntityName
- Specified by:
setRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
getSignatureAlgorithms
- Specified by:
getSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
setSignatureAlgorithms
- Specified by:
setSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
getRpId
- Specified by:
getRpId
in interfaceMapWebAuthnPolicyEntity
-
setRpId
- Specified by:
setRpId
in interfaceMapWebAuthnPolicyEntity
-
getAttestationConveyancePreference
- Specified by:
getAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
setAttestationConveyancePreference
- Specified by:
setAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
getAuthenticatorAttachment
- Specified by:
getAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
setAuthenticatorAttachment
- Specified by:
setAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
getRequireResidentKey
- Specified by:
getRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
setRequireResidentKey
- Specified by:
setRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
getUserVerificationRequirement
- Specified by:
getUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
setUserVerificationRequirement
- Specified by:
setUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
getCreateTimeout
- Specified by:
getCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
setCreateTimeout
- Specified by:
setCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
isAvoidSameAuthenticatorRegister
- Specified by:
isAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
setAvoidSameAuthenticatorRegister
- Specified by:
setAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
getAcceptableAaguids
- Specified by:
getAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
setAcceptableAaguids
- Specified by:
setAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-