Skip to content

Commit dfe41ad

Browse files
committed
Delete unused JavaDoc copies
These JavaDoc copies do not surface to users, since they are on private fields whose accessors/setters all have their own copy of the JavaDoc.
1 parent b20d5d5 commit dfe41ad

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/data/AssertionExtensionInputs.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,6 @@
5353
@JsonIgnoreProperties(ignoreUnknown = true)
5454
public class AssertionExtensionInputs implements ExtensionInputs {
5555

56-
/**
57-
* The input to the FIDO AppID Extension (<code>appid</code>).
58-
*
59-
* <p>This extension allows WebAuthn Relying Parties that have previously registered a credential
60-
* using the legacy FIDO JavaScript APIs to request an assertion. The FIDO APIs use an alternative
61-
* identifier for Relying Parties called an <a
62-
* href="https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-appid-and-facets-v2.0-id-20180227.html">AppID</a>,
63-
* and any credentials created using those APIs will be scoped to that identifier. Without this
64-
* extension, they would need to be re-registered in order to be scoped to an RP ID.
65-
*
66-
* <p>This extension does not allow FIDO-compatible credentials to be created. Thus, credentials
67-
* created with WebAuthn are not backwards compatible with the FIDO JavaScript APIs.
68-
*
69-
* <p>{@link RelyingParty#startAssertion(StartAssertionOptions)} sets this extension input
70-
* automatically if the {@link RelyingParty.RelyingPartyBuilder#appId(Optional)} parameter is
71-
* given when constructing the {@link RelyingParty} instance.
72-
*
73-
* @see <a href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#sctn-appid-extension">§10.1.
74-
* FIDO AppID Extension (appid)</a>
75-
*/
7656
private final AppId appid;
7757

7858
private final Extensions.LargeBlob.LargeBlobAuthenticationInput largeBlob;

webauthn-server-core/src/main/java/com/yubico/webauthn/data/RegistrationExtensionInputs.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@
5151
@JsonIgnoreProperties(ignoreUnknown = true)
5252
public final class RegistrationExtensionInputs implements ExtensionInputs {
5353

54-
/**
55-
* Enable the FIDO AppID Exclusion Extension (<code>appidExclude</code>).
56-
*
57-
* @see <a
58-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#sctn-appid-exclude-extension">§10.2.
59-
* FIDO AppID Exclusion Extension (appidExclude)</a>
60-
* @param appidExclude the <code>appidExclude</code> extension input.
61-
*/
6254
private final AppId appidExclude;
6355

6456
private final boolean credProps;

0 commit comments

Comments
 (0)