[java-idp-plugin-webauthn] branch main updated: Javadoc improvements

Codeberg noreply at shibboleth.net
Mon Jan 26 11:40:50 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-webauthn/commit/404dd8fb6a82f9802aa91a85701dc8314b03edc4

The following commit(s) were added to refs/heads/main by this push:
     new 404dd8f  Javadoc improvements
404dd8f is described below

commit 404dd8fb6a82f9802aa91a85701dc8314b03edc4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 26 11:40:39 2026 +0000

    Javadoc improvements
---
 .../impl/StrategyBasedIdPStorageServiceCredentialRepository.java     | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java
index e8bfc2e..f5ef7ae 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java
@@ -43,6 +43,11 @@ import net.shibboleth.shared.primitive.LoggerFactory;
  * An extension of the {@link IdPStorageServiceCredentialRepository} that utalizes specialised 
  * lookup functions to improve the performance of userHandle and credentialId lookup operations.
  * 
+ * <p>It is the responsibility of the lookup functions to query the underlying storage service, produce correct,
+ * well-formed storage records, and return them to this repository implementation for further processing.  
+ * Strategies must also ensure that the number of records returned is sensible and bounded; large result 
+ * sets may impact performance.</p>
+ * 
  * @since 1.3.0
  */
 @ThreadSafeAfterInit

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


More information about the commits mailing list