Uses of Class
org.forgerock.openig.tools.ClientTlsOptions
Package
Description
Access Management Server.
Web socket notifications service implementation.
-
Uses of ClientTlsOptions in org.forgerock.openig.tools.am
Modifier and TypeMethodDescriptionNotificationsConfig.Builder.tlsOptions
(ClientTlsOptions tlsOptions) Set the options to use when establishing secure connection to the WS endpoint. -
Uses of ClientTlsOptions in org.forgerock.openig.tools.notifications.ws
Modifier and TypeMethodDescriptionWebSocketClientProvider.newClient
(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions, Duration connectionTimeout, Duration idleTimeout, JsonValue vertxConfig) Creates a new WebSocket client.