X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fcore%2FAuthenticationProvidersRegister.java;h=e001f4c2d6d1b99809cc671655e271ccaad4ad27;hb=f7944a8accf7b9cfc3cffe6e6f5c611cd48f592c;hp=317815e8b33de454ef7cbf0e620e6fc68f9ae00f;hpb=10ed6557c631d5feee8541badd0c9f16a9e791c6;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);