Uses of Class
org.forgerock.openig.tools.ClientTlsOptions
-
Packages that use ClientTlsOptions Package Description org.forgerock.openig.security Provides heap objects for security related types (KeyStore
,KeyManagerFactory
, ...).org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of ClientTlsOptions in org.forgerock.openig.security
Methods in org.forgerock.openig.security that return ClientTlsOptions Modifier and Type Method Description protected ClientTlsOptions
ClientTlsOptionsHeaplet. tlsOptions(String algorithm, KeyManager[] keyManagers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn)
Factory method creating appropriateClientTlsOptions
.protected ClientTlsOptions
ServerTlsOptionsHeaplet. tlsOptions(String algorithm, KeyManager[] keyManagers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn)
-
Uses of ClientTlsOptions in org.forgerock.openig.tools
Subclasses of ClientTlsOptions in org.forgerock.openig.tools Modifier and Type Class Description class
ServerTlsOptions
Extension toClientTlsOptions
supporting client authentication configuration used to drive the authentication negotiation between the client and IG. -
Uses of ClientTlsOptions in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am with parameters of type ClientTlsOptions Modifier and Type Method Description AmService.Builder
AmService.Builder. notificationServiceTls(ClientTlsOptions tlsOptions)
Specifies the TLS options to use for establishing a connection to the Web-socket endpoint. -
Uses of ClientTlsOptions in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws with parameters of type ClientTlsOptions Modifier and Type Method Description HttpWebSocketClient
WebSocketClientProvider. newClient(ClientTlsOptions tlsOptions)
Creates a new WebSocket client.
-