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

matthew_swift
28.47.2007 b08bd4dd4b0d4d17d4907c605dba11020cf11922
refs
author matthew_swift <matthew_swift@localhost>
Friday, September 28, 2007 17:47 +0200
committer matthew_swift <matthew_swift@localhost>
Friday, September 28, 2007 17:47 +0200
commitb08bd4dd4b0d4d17d4907c605dba11020cf11922
tree 81a3e5ce0c9af2632a745477f50304e3e05a3b50 tree | zip | gz
parent 6b353b1852f4dfa228d0ec5a1db1a1dc228baca0 view | diff
Add support for specifying arbitrary constraints in managed object definitions and use it within the LDAP and JMX connection handlers to enforce their SSL/StartTLS settings. This feature will be re-used for other managed object definitions as the need arises.
1 files added
18 files modified
664 ■■■■ changed files
opends/resource/admin/admin.xsd 43 ●●●●● diff | view | raw | blame | history
opends/resource/admin/messagesMO.xsl 9 ●●●●● diff | view | raw | blame | history
opends/resource/admin/metaMO.xsl 23 ●●●●● diff | view | raw | blame | history
opends/resource/admin/preprocessor.xsl 8 ●●●●● diff | view | raw | blame | history
opends/resource/admin/property-types/aggregation.xsl 2 ●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/JMXConnectionHandlerConfiguration.xml 13 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDAPConnectionHandlerConfiguration.xml 70 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/AggregationPropertyDefinition.java 49 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/Constraint.java 41 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/GenericConstraint.java 223 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/PropertyDefinition.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/JmxConnectionHandler.java 21 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 57 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgDefn.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/MockConstraint.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/AggregationTest.java 83 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/MockConstraint.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPConnectionHandler.java 2 ●●● diff | view | raw | blame | history