X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.util%2Fsrc%2Forg%2Fargeo%2Futil%2Fdirectory%2Fldap%2FDefaultLdapEntry.java;h=218e0c57e0977dd5805d49fb37903b7b9a069e80;hb=a2282a88386d907502ff29c3d6c89550331feeff;hp=c4d20feba922576dc181129ebcd75dae523fbde5;hpb=70f045c8ca8dbbd117d5a80ff57975069641079a;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.util/src/org/argeo/util/directory/ldap/DefaultLdapEntry.java b/org.argeo.util/src/org/argeo/util/directory/ldap/DefaultLdapEntry.java index c4d20feba..218e0c57e 100644 --- a/org.argeo.util/src/org/argeo/util/directory/ldap/DefaultLdapEntry.java +++ b/org.argeo.util/src/org/argeo/util/directory/ldap/DefaultLdapEntry.java @@ -35,8 +35,8 @@ public class DefaultLdapEntry implements LdapEntry { // private Attributes publishedAttributes; // Temporarily expose the fields - protected AttributeDictionary properties; - protected AttributeDictionary credentials; + private AttributeDictionary properties; + private AttributeDictionary credentials; protected DefaultLdapEntry(AbstractLdapDirectory directory, LdapName dn) { Objects.requireNonNull(directory);