Uses of Class
org.wildfly.security.ssl.SSLConnection
Packages that use SSLConnection
Package
Description
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
-
Uses of SSLConnection in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback that return SSLConnectionConstructors in org.wildfly.security.auth.callback with parameters of type SSLConnection -
Uses of SSLConnection in org.wildfly.security.sasl.util
Constructor parameters in org.wildfly.security.sasl.util with type arguments of type SSLConnectionModifierConstructorDescriptionSSLQueryCallbackHandler(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 SSLConnectionModifier and TypeMethodDescriptionstatic SSLConnectionCreate aSSLConnectionfor the given SSL engine.static SSLConnectionSSLConnection.forSession(SSLSession session, boolean clientMode) Create aSSLConnectionfor the given SSL socket.static SSLConnectionCreate aSSLConnectionfor the given SSL socket.