Package | Description |
---|---|
org.wildfly.security.auth.callback |
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
|
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.
|
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 © 2019 JBoss by Red Hat. All rights reserved.