Uses of Class
org.forgerock.openig.tools.notifications.ws.WebSocketAdapterConfiguration
-
Packages that use WebSocketAdapterConfiguration Package Description org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of WebSocketAdapterConfiguration in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return WebSocketAdapterConfiguration Modifier and Type Method Description WebSocketAdapterConfiguration
WebSocketAdapterConfiguration. heartbeat(Duration interval, ScheduledExecutorService executorService)
Supply The heartbeat setup to keep the websocket session busy.WebSocketAdapterConfiguration
WebSocketAdapterConfiguration. ssoHeader(String headerName, SsoToken ssoToken)
Provide the SSO token header name.Methods in org.forgerock.openig.tools.notifications.ws with parameters of type WebSocketAdapterConfiguration Modifier and Type Method Description WebSocketAdapter
HttpWebSocketClient. newWebSocket(WebSocketAdapterConfiguration configuration)
Request the client to create a new WebSocket on the given configuration.
-