mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
14.24.2009 70df53f05e4cc8615f2ef13a739f085c706a3ccb
refs
author jvergara <jvergara@localhost>
Wednesday, October 14, 2009 13:24 +0200
committer jvergara <jvergara@localhost>
Wednesday, October 14, 2009 13:24 +0200
commit70df53f05e4cc8615f2ef13a739f085c706a3ccb
tree 47b6519a39a1b5c8af148e5a3d2671b1a02bc844 tree | zip | gz
parent f40316d425413e23a8ad77aa268e3d1bed977e0e view | diff
Fix for issue 4283 (No way to add operational attribute to an entry)

The problem was that the code had a hardcoded list of editable operational attributes. The code has been modified to calculate this list from the schema contents.

The code has also been updated to use some special Strings ("1.1" and "+") to request no attributes and operational attributes.

Some generics have been used to avoid some warnings reported by my IDE.
12 files modified
146 ■■■■■ changed files
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 2 ●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/ConnectionUtils.java 2 ●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/NodeRefresher.java 4 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java 2 ●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java 3 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java 12 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 2 ●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java 61 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/LDAPEntryReader.java 45 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/Utilities.java 5 ●●●●● diff | view | raw | blame | history