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) class
SSLConfiguratorImpl
Fields in org.wildfly.security.ssl declared as SSLConfigurator Modifier and Type Field Description private SSLConfigurator
ConfiguredSSLContextSpi. sslConfigurator
private SSLConfigurator
ConfiguredSSLEngine. sslConfigurator
private SSLConfigurator
ConfiguredSSLServerSocket. sslConfigurator
private SSLConfigurator
ConfiguredSSLServerSocketFactory. sslConfigurator
private SSLConfigurator
ConfiguredSSLSocket. sslConfigurator
private SSLConfigurator
ConfiguredSSLSocketFactory. sslConfigurator
Methods in org.wildfly.security.ssl with parameters of type SSLConfigurator Modifier and Type Method Description static SSLContext
SSLUtils. createConfiguredSslContext(SSLContext original, SSLConfigurator sslConfigurator)
Create a configured SSL context from an outside SSL context.static SSLContext
SSLUtils. 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)
-