X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fcore%2FAuthenticationProvidersRegister.java;fp=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fcore%2FAuthenticationProvidersRegister.java;h=e001f4c2d6d1b99809cc671655e271ccaad4ad27;hb=759a7c0396796565b231738b855c8b0a8413be6b;hp=317815e8b33de454ef7cbf0e620e6fc68f9ae00f;hpb=c95b528dbacab735445ef421adefa8217b5d0007;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.security.core/src/org/argeo/security/core/AuthenticationProvidersRegister.java b/org.argeo.security.core/src/org/argeo/security/core/AuthenticationProvidersRegister.java index 317815e8b..e001f4c2d 100644 --- a/org.argeo.security.core/src/org/argeo/security/core/AuthenticationProvidersRegister.java +++ b/org.argeo.security.core/src/org/argeo/security/core/AuthenticationProvidersRegister.java @@ -27,6 +27,7 @@ import org.springframework.beans.factory.InitializingBean; * Maintains a list of authentication providers injected in to a provider * manager, in order to avoid issues with OSGi services and use packages. */ +@Deprecated public class AuthenticationProvidersRegister implements InitializingBean { private Log log = LogFactory.getLog(AuthenticationProvidersRegister.class);