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

neil_a_wilson
29.58.2007 dba1b38d1c0f1f8cbfdad81c716334da3e5df6dc
refs
author neil_a_wilson <neil_a_wilson@localhost>
Sunday, July 29, 2007 22:58 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Sunday, July 29, 2007 22:58 +0200
commitdba1b38d1c0f1f8cbfdad81c716334da3e5df6dc
tree b64f33cc1286d9f53f98e2f15be201e1e836854e tree | zip | gz
parent 54d028a8d9b179cc93d1bca921129dff859a03df view | diff
Add support for a new disconnect client task that can be used to allow an
administrator to terminate a client connection if the need arises. The
requester must have the disconnect-client privilege. The task entry should
contain the ds-task-disconnect object class, which requires the
ds-task-disconnect-connection-id attribute type and optionally allows the
ds-task-disconnect-notify-client and ds-task-disconnect-message attribute
types.

Also, add support for a "Get Connection ID" extended operation, which allows a
client to determine the connection ID associated with its connection in the
server.

OpenDS Issue Numbers: 429, 478, 2025
3 files added
4 files modified
793 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 7 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 15 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/GetConnectionIDExtendedOperation.java 139 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/TaskMessages.java 90 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tasks/DisconnectClientTask.java 236 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java 35 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/DisconnectClientTaskTestCase.java 271 ●●●●● diff | view | raw | blame | history