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.ssl -
-
Uses of SSLConnection in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback that return SSLConnection Modifier and Type Method Description SSLConnectionSSLCallback. 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.ssl
Methods in org.wildfly.security.ssl that return SSLConnection Modifier and Type Method Description static SSLConnectionSSLConnection. forEngine(SSLEngine engine)Create aSSLConnectionfor the given SSL engine.static SSLConnectionSSLConnection. forSession(SSLSession session, boolean clientMode)Create aSSLConnectionfor the given SSL socket.static SSLConnectionSSLConnection. forSocket(SSLSocket socket)Create aSSLConnectionfor the given SSL socket.
-