Uses of Class
org.wildfly.security.ssl.SSLConnection
-
Packages that use SSLConnection Package Description org.wildfly.security.auth.callback Extended callbacks and supporting utilities which allow efficient callback handler implementation.org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.sasl.util org.wildfly.security.ssl -
-
Uses of SSLConnection in org.wildfly.security.auth.callback
Fields in org.wildfly.security.auth.callback declared as SSLConnection Modifier and Type Field Description private SSLConnection
SSLCallback. sslConnection
Methods in org.wildfly.security.auth.callback that return SSLConnection Modifier and Type Method Description SSLConnection
SSLCallback. getSslConnection()
Get the SSL connection.Constructors in org.wildfly.security.auth.callback with parameters of type SSLConnection Constructor Description SSLCallback(SSLConnection sslConnection)
Construct a new instance. -
Uses of SSLConnection in org.wildfly.security.auth.client
Fields in org.wildfly.security.auth.client declared as SSLConnection Modifier and Type Field Description private SSLConnection
AuthenticationConfiguration.ClientCallbackHandler. sslConnection
-
Uses of SSLConnection in org.wildfly.security.sasl.util
Fields in org.wildfly.security.sasl.util with type parameters of type SSLConnection Modifier and Type Field Description private Supplier<SSLConnection>
SSLQueryCallbackHandler. sslConnectionSupplier
private Supplier<SSLConnection>
SSLSaslClientFactory. sslConnectionSupplier
private Supplier<SSLConnection>
SSLSaslServerFactory. sslConnectionSupplier
Constructor parameters in org.wildfly.security.sasl.util with type arguments of type SSLConnection Constructor Description SSLQueryCallbackHandler(CallbackHandler delegate, Supplier<SSLConnection> sslConnectionSupplier)
Construct a new instance.SSLSaslClientFactory(Supplier<SSLConnection> sslConnectionSupplier, SaslClientFactory delegate)
Construct a new instance.SSLSaslServerFactory(Supplier<SSLConnection> sslConnectionSupplier, SaslServerFactory delegate)
Construct a new instance. -
Uses of SSLConnection in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return SSLConnection Modifier and Type Method Description static SSLConnection
SSLConnection. forEngine(SSLEngine engine)
Create aSSLConnection
for the given SSL engine.static SSLConnection
SSLConnection. forSession(SSLSession session, boolean clientMode)
Create aSSLConnection
for the given SSL socket.static SSLConnection
SSLConnection. forSocket(SSLSocket socket)
Create aSSLConnection
for the given SSL socket.
-