Introduce Argeo user edition
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / ldap / UserNatureMapper.java
index 152731cfc8b13bdc6c3210a1fa3b8bd28af0f5a3..81d9f9129cd49c5211647a33970067ef82f614e5 100644 (file)
@@ -20,9 +20,10 @@ import org.argeo.security.UserNature;
 import org.springframework.ldap.core.DirContextAdapter;
 import org.springframework.ldap.core.DirContextOperations;
 
+/** Maps a user nature from LDAP. */
 public interface UserNatureMapper {
        public String getName();
-       
+
        public void mapUserInfoToContext(UserNature userInfo, DirContextAdapter ctx);
 
        public UserNature mapUserInfoFromContext(DirContextOperations ctx);