Package | Description |
---|---|
org.wildfly.security.auth.callback |
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
|
org.wildfly.security.sasl.util | |
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
SSLConnection |
SSLCallback.getSslConnection()
Get the SSL connection.
|
Constructor and Description |
---|
SSLCallback(SSLConnection sslConnection)
Construct a new instance.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static SSLConnection |
SSLConnection.forEngine(SSLEngine engine)
Create a
SSLConnection for the given SSL engine. |
static SSLConnection |
SSLConnection.forSession(SSLSession session,
boolean clientMode)
Create a
SSLConnection for the given SSL socket. |
static SSLConnection |
SSLConnection.forSocket(SSLSocket socket)
Create a
SSLConnection for the given SSL socket. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.