[java-idp-plugin-webauthn] branch main updated: Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Fri Jan 26 17:53:02 UTC 2024
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=8b6479bba6d43013b04fabce970f3badf69a8e57
The following commit(s) were added to refs/heads/main by this push:
new 8b6479b Javadoc
8b6479b is described below
commit 8b6479bba6d43013b04fabce970f3badf69a8e57
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jan 26 17:53:00 2024 +0000
Javadoc
---
.../storage/impl/IdPStorageServiceCredentialRespository.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java
index 4ca7365..1996155 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java
@@ -28,7 +28,6 @@ import java.util.stream.Collectors;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-import javax.annotation.concurrent.ThreadSafe;
import org.opensaml.storage.EnumeratableStorageService;
import org.opensaml.storage.StorageCapabilities;
@@ -47,6 +46,7 @@ import net.shibboleth.idp.plugin.authn.webauthn.exception.CredentialRepositoryEx
import net.shibboleth.idp.plugin.authn.webauthn.storage.CredentialRegistration;
import net.shibboleth.idp.plugin.authn.webauthn.storage.StorageServiceCredentialRepository;
import net.shibboleth.shared.annotation.constraint.NonnullAfterInit;
+import net.shibboleth.shared.annotation.constraint.ThreadSafeAfterInit;
import net.shibboleth.shared.collection.CollectionSupport;
import net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent;
import net.shibboleth.shared.component.ComponentInitializationException;
@@ -59,9 +59,9 @@ import net.shibboleth.shared.logic.ConstraintViolationException;
* <p>Note, any exception is wrapped in an unchecked {@link CredentialRepositoryException}. If the caller does not deem
* this terminal, they should catch and handle that error appropriately.</p>
*
- * <p>This repository is thread-safe.</p>
+ * <p>This repository is thread-safe after init.</p>
*/
- at ThreadSafe
+ at ThreadSafeAfterInit
public class IdPStorageServiceCredentialRespository extends AbstractIdentifiableInitializableComponent
implements StorageServiceCredentialRepository {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list