Class MapWebAuthnPolicyEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapWebAuthnPolicyEntityImpl
-
- All Implemented Interfaces:
UpdatableEntity
,MapWebAuthnPolicyEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapWebAuthnPolicyEntityImpl extends UpdatableEntity.Impl implements MapWebAuthnPolicyEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MapWebAuthnPolicyEntityImpl.Empty
-
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 MapWebAuthnPolicyEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getAcceptableAaguids()
String
getAttestationConveyancePreference()
String
getAuthenticatorAttachment()
Integer
getCreateTimeout()
String
getRequireResidentKey()
String
getRpEntityName()
String
getRpId()
List<String>
getSignatureAlgorithms()
String
getUserVerificationRequirement()
int
hashCode()
Boolean
isAvoidSameAuthenticatorRegister()
void
setAcceptableAaguids(List<String> p0)
void
setAttestationConveyancePreference(String p0)
void
setAuthenticatorAttachment(String p0)
void
setAvoidSameAuthenticatorRegister(Boolean p0)
void
setCreateTimeout(Integer p0)
void
setRequireResidentKey(String p0)
void
setRpEntityName(String p0)
void
setRpId(String p0)
void
setSignatureAlgorithms(List<String> p0)
void
setUserVerificationRequirement(String p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
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
-
MapWebAuthnPolicyEntityImpl
public MapWebAuthnPolicyEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
getAcceptableAaguids
public List<String> getAcceptableAaguids()
- Specified by:
getAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
setAcceptableAaguids
public void setAcceptableAaguids(List<String> p0)
- Specified by:
setAcceptableAaguids
in interfaceMapWebAuthnPolicyEntity
-
getAttestationConveyancePreference
public String getAttestationConveyancePreference()
- Specified by:
getAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
setAttestationConveyancePreference
public void setAttestationConveyancePreference(String p0)
- Specified by:
setAttestationConveyancePreference
in interfaceMapWebAuthnPolicyEntity
-
setAuthenticatorAttachment
public void setAuthenticatorAttachment(String p0)
- Specified by:
setAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
getAuthenticatorAttachment
public String getAuthenticatorAttachment()
- Specified by:
getAuthenticatorAttachment
in interfaceMapWebAuthnPolicyEntity
-
setAvoidSameAuthenticatorRegister
public void setAvoidSameAuthenticatorRegister(Boolean p0)
- Specified by:
setAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
isAvoidSameAuthenticatorRegister
public Boolean isAvoidSameAuthenticatorRegister()
- Specified by:
isAvoidSameAuthenticatorRegister
in interfaceMapWebAuthnPolicyEntity
-
setCreateTimeout
public void setCreateTimeout(Integer p0)
- Specified by:
setCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
getCreateTimeout
public Integer getCreateTimeout()
- Specified by:
getCreateTimeout
in interfaceMapWebAuthnPolicyEntity
-
getRequireResidentKey
public String getRequireResidentKey()
- Specified by:
getRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
setRequireResidentKey
public void setRequireResidentKey(String p0)
- Specified by:
setRequireResidentKey
in interfaceMapWebAuthnPolicyEntity
-
setRpEntityName
public void setRpEntityName(String p0)
- Specified by:
setRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
getRpEntityName
public String getRpEntityName()
- Specified by:
getRpEntityName
in interfaceMapWebAuthnPolicyEntity
-
setRpId
public void setRpId(String p0)
- Specified by:
setRpId
in interfaceMapWebAuthnPolicyEntity
-
getRpId
public String getRpId()
- Specified by:
getRpId
in interfaceMapWebAuthnPolicyEntity
-
getSignatureAlgorithms
public List<String> getSignatureAlgorithms()
- Specified by:
getSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
setSignatureAlgorithms
public void setSignatureAlgorithms(List<String> p0)
- Specified by:
setSignatureAlgorithms
in interfaceMapWebAuthnPolicyEntity
-
getUserVerificationRequirement
public String getUserVerificationRequirement()
- Specified by:
getUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
setUserVerificationRequirement
public void setUserVerificationRequirement(String p0)
- Specified by:
setUserVerificationRequirement
in interfaceMapWebAuthnPolicyEntity
-
-