Documentation
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 30 Sep 2015 09:42:26 +0000 (09:42 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 30 Sep 2015 09:42:26 +0000 (09:42 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8457 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.security.core/src/org/argeo/osgi/useradmin/UserDirectory.java

index b02acd6660cab9bf4459c13ac0b3a8712d1ff5ec..9e4cc25ad10c062dd496201407a1b76b373f36fe 100644 (file)
@@ -12,6 +12,7 @@ public interface UserDirectory {
 
        public void setExternalRoles(UserAdmin externalRoles);
 
+       /** Keys listed and described in {@link UserAdminConf}. */
        public Dictionary<String, ?> getProperties();
 
        // Transitional. In the future, more will be managed in OSGi.