[java-idp-plugin-webauthn] branch main updated: Remove unused field

Phil Smart philip.smart at jisc.ac.uk
Thu Feb 27 16:40:48 UTC 2025


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=c95002470f9ed08232aad0d5af0ff74ed5371c4c

The following commit(s) were added to refs/heads/main by this push:
     new c950024  Remove unused field
c950024 is described below

commit c95002470f9ed08232aad0d5af0ff74ed5371c4c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 27 16:40:46 2025 +0000

    Remove unused field
    
     - the accessor methods had been removed, so this was an oversight.
---
 .../authn/webauthn/context/WebAuthnRegistrationContext.java       | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/WebAuthnRegistrationContext.java b/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/WebAuthnRegistrationContext.java
index 2e87dea..1f3975c 100644
--- a/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/WebAuthnRegistrationContext.java
+++ b/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/WebAuthnRegistrationContext.java
@@ -14,8 +14,6 @@
 
 package net.shibboleth.idp.plugin.authn.webauthn.context;
 
-import java.util.Map;
-
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 import javax.annotation.concurrent.NotThreadSafe;
@@ -81,12 +79,6 @@ public final class WebAuthnRegistrationContext extends BaseWebAuthnContext {
      */
     @Nullable private String displayName;
     
-    /** 
-     * A Map of authenticator capabilities. For example, should this authenticator only be used for second-factor 
-     * authentication.
-     */
-    @Nullable private Map<String, String> authenticatorCapabilities;
-    
     /** Is nickname collection enabled or disabled?.*/
     private boolean nicknameRequired;
     

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list