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

jarnou
17.16.2007 f609c18967baa45b467124b7c01f4f7317214370
refs
author jarnou <jarnou@localhost>
Tuesday, July 17, 2007 11:16 +0200
committer jarnou <jarnou@localhost>
Tuesday, July 17, 2007 11:16 +0200
commitf609c18967baa45b467124b7c01f4f7317214370
tree 4d8a0d386ca4f2a38db6b3a97a2026d03e37ecc7 tree | zip | gz
parent ff9755c40feeaf5a3208229d48b80b608ab7a68c view | diff
This fix is the refactoring of the unbind operation (issue 1990).

- UnbindOperation is now an interface
- UnbindOperationBasis implements all the processing

There is no workflow to process an unbind operation bc the unbind operation does not target any base DN => the op cannot be routed to a workflow.
Doesn't matter as the processing of the unbind op is generic (disconnect the client).
Therefore PostOperationUnbindOperation plugin interface is implemented by UnbindOperationBasis.
1 files added
9 files modified
560 ■■■■ changed files
opends/src/server/org/opends/server/api/AccessLogPublisher.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PluginConfigManager.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/UnbindOperation.java 238 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/UnbindOperationBasis.java 275 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/AccessLogger.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAuditLogPublisher.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/UnbindOperationTestCase.java 18 ●●●● diff | view | raw | blame | history