Skip to content

Commit 0bc903b

Browse files
committed
Add @SInCE tags to AuthenticatorStatus.RETIRED features
1 parent 1aa28fa commit 0bc903b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/AuthenticatorStatus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/FidoMetadataService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)