public final class ClientRegistrationExtensionOutputs extends java.lang.Object implements ClientExtensionOutputs
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientRegistrationExtensionOutputs.ClientRegistrationExtensionOutputsBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ClientRegistrationExtensionOutputs.ClientRegistrationExtensionOutputsBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.util.Optional<java.lang.Boolean> |
getAppidExclude()
The extension output for the FIDO
AppID Exclusion (
appidExclude) Extension, if any. |
java.util.Optional<Extensions.CredentialProperties.CredentialPropertiesOutput> |
getCredProps()
The extension output for the Credential Properties Extension (
credProps), if any. |
java.util.Set<java.lang.String> |
getExtensionIds()
Returns a
Set of the extension IDs for which an extension output is present. |
java.util.Optional<Extensions.LargeBlob.LargeBlobRegistrationOutput> |
getLargeBlob()
The extension output for the Large blob storage extension (
largeBlob), if any. |
int |
hashCode() |
ClientRegistrationExtensionOutputs.ClientRegistrationExtensionOutputsBuilder |
toBuilder() |
java.lang.String |
toString() |
public java.util.Set<java.lang.String> getExtensionIds()
ExtensionOutputsSet of the extension IDs for which an extension output is present.getExtensionIds in interface ExtensionOutputspublic java.util.Optional<java.lang.Boolean> getAppidExclude()
appidExclude) Extension, if any.
This value is generally not useful, as it only communicates whether the client supports the extension.
public java.util.Optional<Extensions.CredentialProperties.CredentialPropertiesOutput> getCredProps()
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.
public java.util.Optional<Extensions.LargeBlob.LargeBlobRegistrationOutput> getLargeBlob()
largeBlob), if any.public static ClientRegistrationExtensionOutputs.ClientRegistrationExtensionOutputsBuilder builder()
public ClientRegistrationExtensionOutputs.ClientRegistrationExtensionOutputsBuilder toBuilder()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object