public class Fido2AuthenticationMethodConfiguration extends AuthenticationMethodConfiguration implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AuthenticationMethodTargetCollectionPage |
includeTargets
The Include Targets.
|
java.lang.Boolean |
isAttestationEnforced
The Is Attestation Enforced.
|
java.lang.Boolean |
isSelfServiceRegistrationAllowed
The Is Self Service Registration Allowed.
|
Fido2KeyRestrictions |
keyRestrictions
The Key Restrictions.
|
state| Constructor and Description |
|---|
Fido2AuthenticationMethodConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="isAttestationEnforced",
alternate="IsAttestationEnforced")
@Expose
public java.lang.Boolean isAttestationEnforced
@SerializedName(value="isSelfServiceRegistrationAllowed",
alternate="IsSelfServiceRegistrationAllowed")
@Expose
public java.lang.Boolean isSelfServiceRegistrationAllowed
@SerializedName(value="keyRestrictions",
alternate="KeyRestrictions")
@Expose
public Fido2KeyRestrictions keyRestrictions
@SerializedName(value="includeTargets",
alternate="IncludeTargets")
@Expose
public AuthenticationMethodTargetCollectionPage includeTargets
public Fido2AuthenticationMethodConfiguration()
public com.google.gson.JsonObject getRawObject()
getRawObject in class AuthenticationMethodConfigurationprotected ISerializer getSerializer()
getSerializer in class AuthenticationMethodConfigurationpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class AuthenticationMethodConfigurationserializer - the serializerjson - the JSON object to set this object to