File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
webauthn-server-attestation/src/main/java/com/yubico/fido/metadata Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ public enum AuthenticatorStatus {
105105 * FIDO MDS and has now been superseded by the final product, the entry for the prototype might be
106106 * set to "retired".
107107 *
108+ * @since 2.9.0
108109 * @see <a
109110 * href="https://fidoalliance.org/specs/mds/fido-metadata-service-v3.1.1-rd-20251016.html#enumdef-authenticatorstatus">FIDO
110111 * Metadata Service §3.1.4. AuthenticatorStatus enum</a>
Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ public static Predicate<MetadataBLOBPayloadEntry> notRevoked() {
385385 * statusReports} array contains no entry with {@link AuthenticatorStatus#RETIRED RETIRED}
386386 * status.
387387 *
388+ * @since 2.9.0
388389 * @see AuthenticatorStatus#RETIRED
389390 */
390391 public static Predicate <MetadataBLOBPayloadEntry > notRetired () {
You can’t perform that action at this time.
0 commit comments