Class SSLCallback
java.lang.Object
org.wildfly.security.auth.callback.SSLCallback
- All Implemented Interfaces:
Callback, ExtendedCallback
A callback which provides information to the callback handler about the established SSLSession.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the SSL connection.Get the SSL session in force.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExtendedCallback
isOptional, needsInformation
-
Constructor Details
-
SSLCallback
Construct a new instance.- Parameters:
sslConnection- the SSL connection (must not benull)
-
-
Method Details
-
getSslSession
-
getSslConnection
-