Uses of Interface
org.wildfly.security.ssl.SSLConfigurator
-
Packages that use SSLConfigurator Package Description org.wildfly.security.ssl -
-
Uses of SSLConfigurator in org.wildfly.security.ssl
Classes in org.wildfly.security.ssl that implement SSLConfigurator Modifier and Type Class Description (package private) classSSLConfiguratorImplFields in org.wildfly.security.ssl declared as SSLConfigurator Modifier and Type Field Description private SSLConfiguratorConfiguredSSLContextSpi. sslConfiguratorprivate SSLConfiguratorConfiguredSSLEngine. sslConfiguratorprivate SSLConfiguratorConfiguredSSLServerSocket. sslConfiguratorprivate SSLConfiguratorConfiguredSSLServerSocketFactory. sslConfiguratorprivate SSLConfiguratorConfiguredSSLSocket. sslConfiguratorprivate SSLConfiguratorConfiguredSSLSocketFactory. sslConfiguratorMethods in org.wildfly.security.ssl with parameters of type SSLConfigurator Modifier and Type Method Description static SSLContextSSLUtils. createConfiguredSslContext(SSLContext original, SSLConfigurator sslConfigurator)Create a configured SSL context from an outside SSL context.static SSLContextSSLUtils. createConfiguredSslContext(SSLContext original, SSLConfigurator sslConfigurator, boolean wrap)Create a configured SSL context from an outside SSL context.static SecurityFactory<SSLContext>SSLUtils. createConfiguredSslContextFactory(SecurityFactory<SSLContext> originalFactory, SSLConfigurator sslConfigurator)Create a configured SSL context factory from an outside SSL context.Constructors in org.wildfly.security.ssl with parameters of type SSLConfigurator Constructor Description ConfiguredSSLContextSpi(SSLContext delegate, SSLConfigurator sslConfigurator, boolean wrap)ConfiguredSSLEngine(SSLEngine delegate, SSLContext sslContext, SSLConfigurator sslConfigurator)ConfiguredSSLServerSocket(SSLServerSocket delegate, SSLContext sslContext, SSLConfigurator sslConfigurator)ConfiguredSSLServerSocketFactory(SSLServerSocketFactory delegate, SSLContext sslContext, SSLConfigurator sslConfigurator, boolean wrap)ConfiguredSSLSocket(SSLSocket delegate, SSLContext sslContext, SSLConfigurator sslConfigurator)ConfiguredSSLSocketFactory(SSLSocketFactory delegate, SSLContext sslContext, SSLConfigurator sslConfigurator, boolean wrap)
-