Introduce forced password for tests
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / osgi / useradmin / UserAdminConf.java
index 8941f98b4f92763a67f297fa56b4d30d7ae36488..3631de40f45a9c26bed050b1f1f7445e73c7fc24 100644 (file)
@@ -41,7 +41,10 @@ public enum UserAdminConf {
        disabled(null),
 
        /** Authentication realm */
-       realm(null);
+       realm(null),
+
+       /** Override all passwords with this value (typically for testing purposes) */
+       forcedPassword(null);
 
        public final static String FACTORY_PID = "org.argeo.osgi.useradmin.config";