import com.github.oxldap.annotations.*; @Entry(dn = "ou=users,dc=example,dc=com") public class User { @Attribute(name = "cn") private String commonName; @Attribute(name = "sn") private String surname; @Attribute(name = "uid") private String userId; }


上一篇:
下一篇:
切换中文