See: Description
Interface | Description |
---|---|
AuthenticationControl |
This feature allows a client session to authenticate the credentials of other
sessions.
|
AuthenticationControl.ControlAuthenticationHandler | Deprecated
since 6.2
|
AuthenticationControl.ControlAuthenticator |
A control authenticator.
|
ClientControl |
This feature provides the ability for a client session to control other
client sessions.
|
ClientControl.ClientCallback |
Callback interface for
close , and
setConflated . |
ClientControl.ClientContextCallback<C> | |
ClientControl.QueueEventHandler |
Handler for client queue events.
|
ClientControl.QueueEventStream |
Handler for client queue events.
|
ClientControl.SessionFilterOperationResult |
Result of ClientControl operations that identify sessions using a client
filter and provide a result through a
CompletableFuture . |
ClientControl.SessionPropertiesCallback |
The callback interface for
ClientControl.getSessionProperties(SessionId, Collection, SessionPropertiesCallback)
. |
ClientControl.SessionPropertiesContextCallback<C> |
Contextual callback interface for
ClientControl.getSessionProperties(SessionId, Collection, Object, SessionPropertiesContextCallback)
. |
ClientControl.SessionPropertiesListener |
The handler for session properties listener notifications.
|
ClientControl.SessionPropertiesStream |
The handler for session properties listener notifications.
|
MessageQueuePolicy |
Policy for managing a client message queue.
|
SecurityControl |
This feature allows a client session to query and update the security store.
|
SecurityControl.ConfigurationCallback |
The callback interface for use with
getSecurity . |
SecurityControl.ConfigurationContextCallback<C> |
The contextual callback interface for use with
getSecurity . |
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 |
The callback interface for use with
updateStore . |
SecurityStoreFeature.UpdateStoreContextCallback<C> |
The contextual callback interface for use with
updateStore . |
SystemAuthenticationControl |
This feature allows a client session to query and update the system
authentication store.
|
SystemAuthenticationControl.ConfigurationCallback |
The callback interface for
getSystemAuthentication . |
SystemAuthenticationControl.ConfigurationContextCallback<C> |
The contextual callback interface for
SystemAuthenticationControl.ConfigurationCallback for
getSystemAuthentication . |
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.SessionPropertiesListener.Default |
This provides a default implementation of
ClientControl.SessionPropertiesListener which will simply log session
properties callbacks at debug level. |
ClientControl.SessionPropertiesStream.Default |
This provides a default implementation of
ClientControl.SessionPropertiesListener which will simply log session
properties callbacks at debug level. |
CompositeControlAuthenticationHandler | Deprecated
since 6.2
|
Enum | Description |
---|---|
ClientControl.CloseReason |
The server's view of why a client session was closed.
|
ClientControl.SessionPropertiesListener.EventType |
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 © 2020 Push Technology Ltd. All Rights Reserved.