Package com.yubico.fido.metadata
Class SupportedCtapOptions
- java.lang.Object
-
- com.yubico.fido.metadata.SupportedCtapOptions
-
public final class SupportedCtapOptions extends java.lang.ObjectA fixed-keys map of CTAP2 option names to Boolean values representing whether an authenticator supports the respective option.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSupportedCtapOptions.SupportedCtapOptionsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SupportedCtapOptions.SupportedCtapOptionsBuilderbuilder()booleanequals(java.lang.Object o)inthashCode()booleanisAlwaysUv()booleanisAuthnrCfg()booleanisBioEnroll()booleanisClientPin()booleanisCredentialMgmtPreview()booleanisCredMgmt()booleanisEp()booleanisLargeBlobs()booleanisMakeCredUvNotRqd()booleanisNoMcGaPermissionsWithClientPin()booleanisPinUvAuthToken()booleanisPlat()booleanisRk()booleanisSetMinPINLength()booleanisUp()booleanisUserVerificationMgmtPreview()booleanisUv()booleanisUvAcfg()booleanisUvBioEnroll()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static SupportedCtapOptions.SupportedCtapOptionsBuilder builder()
-
isPlat
public boolean isPlat()
-
isRk
public boolean isRk()
-
isClientPin
public boolean isClientPin()
-
isUp
public boolean isUp()
-
isUv
public boolean isUv()
-
isPinUvAuthToken
public boolean isPinUvAuthToken()
-
isNoMcGaPermissionsWithClientPin
public boolean isNoMcGaPermissionsWithClientPin()
-
isLargeBlobs
public boolean isLargeBlobs()
-
isEp
public boolean isEp()
-
isBioEnroll
public boolean isBioEnroll()
-
isUserVerificationMgmtPreview
public boolean isUserVerificationMgmtPreview()
-
isUvBioEnroll
public boolean isUvBioEnroll()
-
isAuthnrCfg
public boolean isAuthnrCfg()
-
isUvAcfg
public boolean isUvAcfg()
-
isCredMgmt
public boolean isCredMgmt()
-
isCredentialMgmtPreview
public boolean isCredentialMgmtPreview()
-
isSetMinPINLength
public boolean isSetMinPINLength()
-
isMakeCredUvNotRqd
public boolean isMakeCredUvNotRqd()
-
isAlwaysUv
public boolean isAlwaysUv()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-