X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.mvc%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Fldap%2FUserNatureMapper.java;fp=security%2Fruntime%2Forg.argeo.security.mvc%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Fldap%2FUserNatureMapper.java;h=0000000000000000000000000000000000000000;hb=324d6e9df11475508ffbdbe386815396fa4351bd;hp=9b174d31a28b445cab1c0b8b27fec1b58a7e8830;hpb=c808177495a1e8056b250ffa45b593f90e9d04da;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.mvc/src/main/java/org/argeo/security/ldap/UserNatureMapper.java b/security/runtime/org.argeo.security.mvc/src/main/java/org/argeo/security/ldap/UserNatureMapper.java deleted file mode 100644 index 9b174d31a..000000000 --- a/security/runtime/org.argeo.security.mvc/src/main/java/org/argeo/security/ldap/UserNatureMapper.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.argeo.security.ldap; - -import org.argeo.security.UserNature; -import org.springframework.ldap.core.DirContextAdapter; -import org.springframework.ldap.core.DirContextOperations; - -public interface UserNatureMapper { - public void mapUserInfoToContext(UserNature userInfo, DirContextAdapter ctx); - - public UserNature mapUserInfoFromContext(DirContextOperations ctx); - - public Boolean supports(UserNature userInfo); -}