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

jvergara
14.24.2009 e31e221ede36f7e31aa222c21da972ea6fd1b12a
refs
author jvergara <jvergara@localhost>
Wednesday, October 14, 2009 13:24 +0200
committer jvergara <jvergara@localhost>
Wednesday, October 14, 2009 13:24 +0200
commite31e221ede36f7e31aa222c21da972ea6fd1b12a
tree 8d1693c50fb741fbbbf7511290cf202a92680320 tree | zip | gz
parent 03d7878d091a90f998346a74bb37f5a4f224d33f 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
opendj-sdk/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/ads/org/opends/admin/ads/util/ConnectionUtils.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/browser/NodeRefresher.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java 61 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/LDAPEntryReader.java 45 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/Utilities.java 5 ●●●●● diff | view | raw | blame | history