Package com.yubico.webauthn.data
Class ClientRegistrationExtensionOutputs
java.lang.Object
com.yubico.webauthn.data.ClientRegistrationExtensionOutputs
- All Implemented Interfaces:
ClientExtensionOutputs,ExtensionOutputs
public final class ClientRegistrationExtensionOutputs
extends Object
implements ClientExtensionOutputs
Contains client
extension outputs from a
navigator.credentials.create() operation.
Note that there is no guarantee that any extension input present in AssertionExtensionInputs will have a corresponding output present here.
The authenticator extension outputs are contained in the AuthenticatorData structure.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe extension output for the FIDO AppID Exclusion (appidExclude) Extension, if any.The extension output for the Credential Properties Extension (credProps), if any.Returns aSetof the extension IDs for which an extension output is present.The extension output for the Large blob storage extension (largeBlob), if any.inthashCode()toString()
-
Method Details
-
getExtensionIds
Description copied from interface:ExtensionOutputsReturns aSetof the extension IDs for which an extension output is present.- Specified by:
getExtensionIdsin interfaceExtensionOutputs
-
getAppidExclude
The extension output for the FIDO AppID Exclusion (appidExclude) Extension, if any.This value is generally not useful, as it only communicates whether the client supports the extension.
-
getCredProps
The extension output for the Credential Properties Extension (credProps), if any.This value MAY be present but have all members empty if the extension was successfully processed but no credential properties could be determined.
-
getLargeBlob
The extension output for the Large blob storage extension (largeBlob), if any. -
builder
public static ClientRegistrationExtensionOutputs.ClientRegistrationExtensionOutputsBuilder builder() -
toBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-