[java-shib-attribute] branch main updated: Javadoc
Codeberg
noreply at shibboleth.net
Sun Jul 26 12:31:23 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/52166e4a1463a8e3ec042a7848e5c07b663863f1
The following commit(s) were added to refs/heads/main by this push:
new 52166e4a1 Javadoc
52166e4a1 is described below
commit 52166e4a1463a8e3ec042a7848e5c07b663863f1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 26 13:32:25 2026 +0100
Javadoc
---
.../resolver/spring/dc/ldap/impl/CredentialConfigFactoryBean.java | 5 ++---
.../resolver/spring/impl/AbstractResolverPluginFactoryBean.java | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/CredentialConfigFactoryBean.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/CredentialConfigFactoryBean.java
index 27d2a8560..79424123f 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/CredentialConfigFactoryBean.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/CredentialConfigFactoryBean.java
@@ -24,7 +24,6 @@ import org.ldaptive.ssl.CredentialConfig;
import org.ldaptive.ssl.CredentialConfigFactory;
import org.opensaml.security.credential.Credential;
import org.opensaml.security.x509.X509Credential;
-import org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine;
import org.slf4j.Logger;
import org.springframework.beans.factory.BeanCreationException;
@@ -35,7 +34,7 @@ import net.shibboleth.shared.spring.factory.AbstractComponentAwareFactoryBean;
/**
* A Factory bean to summon up {@link CredentialConfig} from supplied <Credential> statements.
*
- * TODO: Remove the {@link #destroyInstance()} from this class in V6.
+ * TODO: Remove the {@link #destroyInstance(CredentialConfig)} from this class in V6.
*
*/
public class CredentialConfigFactoryBean extends AbstractComponentAwareFactoryBean<CredentialConfig> {
@@ -134,7 +133,7 @@ public class CredentialConfigFactoryBean extends AbstractComponentAwareFactoryBe
* {@inheritDoc}
*
* <p>Call a destroy method if aposite.</p>
- * <p> We do not call the parent tear down so as to avoid any deprecation logging</>
+ * <p> We do not call the parent tear down so as to avoid any deprecation logging</p>
*/
@Override protected void destroyInstance(@Nullable final CredentialConfig instance) throws Exception {
AnnotationsSupport.callOnTeardownAnnotations(instance);
diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/impl/AbstractResolverPluginFactoryBean.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/impl/AbstractResolverPluginFactoryBean.java
index 6ae9de3bc..223b0125f 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/impl/AbstractResolverPluginFactoryBean.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/impl/AbstractResolverPluginFactoryBean.java
@@ -20,7 +20,6 @@ import java.util.function.Predicate;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-import org.ldaptive.ssl.CredentialConfig;
import org.opensaml.profile.context.ProfileRequestContext;
import net.shibboleth.idp.attribute.resolver.AbstractResolverPlugin;
@@ -32,7 +31,7 @@ import net.shibboleth.shared.spring.factory.AbstractComponentAwareFactoryBean;
/**
* A factory bean to collect the parameterization that goes onto a {@link AbstractResolverPlugin}.
*
- * TODO: Remove the {@link #destroyInstance()} from this class in V6.
+ * TODO: Remove the {@link #destroyInstance(AbstractResolverPlugin)} from this class in V6.
*
* @param <T> The exact type being deployed.
*/
@@ -176,7 +175,7 @@ public abstract class AbstractResolverPluginFactoryBean<T extends AbstractResolv
* {@inheritDoc}
*
* <p>Call a destroy method if aposite.</p>
- * <p> We do not call the parent tear down so as to avoid any deprecation logging</>
+ * <p> We do not call the parent tear down so as to avoid any deprecation logging</p>
*/
@Override protected void destroyInstance(@Nullable final T instance) throws Exception {
AnnotationsSupport.callOnTeardownAnnotations(instance);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list