See: Description
Interface | Description |
---|---|
AuthenticationControl |
This feature allows a client session to authenticate the credentials of other
sessions.
|
AuthenticationControl.ControlAuthenticator |
A control authenticator.
|
ClientControl |
This feature provides the ability for a client session to control other
client sessions.
|
ClientControl.ClientCallback | Deprecated
since 6.7
|
ClientControl.ClientContextCallback<C> | Deprecated
since 6.7
|
ClientControl.QueueEventHandler | Deprecated
since 6.7
|
ClientControl.QueueEventStream |
Handler for client queue events.
|
ClientControl.SessionEventParameters |
Provides parameters which specify the level of detail required by a
ClientControl.SessionEventStream registered using
setSessionEventListener . |
ClientControl.SessionEventParameters.Builder |
A builder for
SessionEventParameters . |
ClientControl.SessionEventStream |
The stream to receive for session event listener notifications.
|
ClientControl.SessionEventStream.Event |
The interface for an event delivered by the stream.
|
ClientControl.SessionFilterOperationResult |
Result of ClientControl operations that identify sessions using a client
filter and provide a result through a
CompletableFuture . |
ClientControl.SessionPropertiesCallback | Deprecated
since 6.7
|
ClientControl.SessionPropertiesContextCallback<C> | Deprecated
since 6.7
|
ClientControl.SessionPropertiesStream | Deprecated
since 6.11
|
MessageQueuePolicy |
Policy for managing a client message queue.
|
SecurityControl |
This feature allows a client session to query and update the security store.
|
SecurityControl.ConfigurationCallback | Deprecated
since 6.7
|
SecurityControl.ConfigurationContextCallback<C> | Deprecated
since 6.7
|
SecurityControl.Role |
Encapsulates the defined details for an individual role.
|
SecurityControl.ScriptBuilder |
A script builder may be used to create a script of commands to apply to
the security store at the server.
|
SecurityControl.SecurityConfiguration |
Snapshot of information from the security store.
|
SecurityStoreFeature |
The super interface for features that update security stores.
|
SecurityStoreFeature.UpdateStoreCallback | Deprecated
since 6.7
|
SecurityStoreFeature.UpdateStoreContextCallback<C> | Deprecated
since 6.7
|
SystemAuthenticationControl |
This feature allows a client session to query and update the system
authentication store.
|
SystemAuthenticationControl.ConfigurationCallback | Deprecated
since 6.7
|
SystemAuthenticationControl.ConfigurationContextCallback<C> | Deprecated
since 6.7
|
SystemAuthenticationControl.ScriptBuilder |
A script builder may be used to create a script of commands to apply to
the system authentication store at the server.
|
SystemAuthenticationControl.SessionPropertyValidation |
Defines the validation for a trusted client proposed session property.
|
SystemAuthenticationControl.SessionPropertyValidation.MatchesSessionPropertyValidation |
Defines regular expression based validation for a trusted client
proposed session property.
|
SystemAuthenticationControl.SessionPropertyValidation.ValuesSessionPropertyValidation |
Defines values based validation for a trusted client proposed session
property.
|
SystemAuthenticationControl.SystemAuthenticationConfiguration |
Snapshot of information from the system authentication store.
|
SystemAuthenticationControl.SystemPrincipal |
A principal in the system authentication store.
|
Class | Description |
---|---|
ClientControl.ClientCallback.Default |
Default implementation of
ClientControl.ClientCallback . |
ClientControl.ClientContextCallback.Default<C> |
Default implementation of
ClientControl.ClientContextCallback . |
ClientControl.QueueEventHandler.Default |
This provides a default implementation of
ClientControl.QueueEventHandler . |
ClientControl.QueueEventStream.Default |
This provides a default implementation of
ClientControl.QueueEventHandler . |
ClientControl.SessionEventStream.Default |
This provides a default implementation of
ClientControl.SessionEventStream
which will simply log session event callbacks at debug level. |
ClientControl.SessionPropertiesStream.Default |
This provides a default implementation of
ClientControl.SessionPropertiesStream which will simply log session
properties callbacks at debug level. |
Enum | Description |
---|---|
ClientControl.CloseReason |
The server's view of why a client session was closed.
|
ClientControl.SessionEventStream.Event.State |
The session state.
|
ClientControl.SessionEventStream.Event.Type |
The event type.
|
ClientControl.SessionPropertiesStream.EventType |
Event type.
|
SystemAuthenticationControl.AnonymousConnectionAction |
Action to be taken by the system authentication handler for connection
attempts that do not provide a principal name and credentials.
|
This package provides features that allow a client to perform control operations upon other clients.
This includes :
Client Control
This feature provides the ability for a client to:
1) Receive notifications of all other clients that connect or disconnect.
2) Obtain details of any other client session.
3) Close other client sessions.
4) Monitor the outbound queue thresholds of connected clients.
5) Apply conflation to connected client sessions.
Authentication Control
This feature provides a client with the ability to set authentication
handlers to be used for the authentication of connecting client sessions.
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.