Improve login mechanism, based on JAAS
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / security / core / AuthenticationProvidersRegister.java
index 317815e8b33de454ef7cbf0e620e6fc68f9ae00f..e001f4c2d6d1b99809cc671655e271ccaad4ad27 100644 (file)
@@ -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);