Uses of Class
com.nimbusds.ldapsync.ModifySpec
-
Packages that use ModifySpec Package Description com.nimbusds.ldapsync Logic for uploading and synchronising directory entries from a source LDAP server to a target directory accessed by means of a Json2Ldap web service. -
-
Uses of ModifySpec in com.nimbusds.ldapsync
Methods in com.nimbusds.ldapsync that return types with arguments of type ModifySpec Modifier and Type Method Description List<ModifySpec>AttributeComparator. compare(com.unboundid.ldap.sdk.Attribute srcAttr, com.unboundid.ldap.sdk.Attribute targetAttr)Compares two directory entry attributes.protected List<ModifySpec>SyncTask. compareForUpdate(com.unboundid.ldap.sdk.Entry sourceEntry, com.unboundid.ldap.sdk.Entry targetEntry)Compares the attributes of the specified source (reference) entry and target entry and if they differ returns a non-empty list of modification specifications to apply to the target entry.Method parameters in com.nimbusds.ldapsync with type arguments of type ModifySpec Modifier and Type Method Description voidTargetDirectory. updateEntry(com.unboundid.ldap.sdk.DN dn, List<ModifySpec> modList)Updates the specified target directory entry.
-