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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.auth.callback.ExtendedCallback
isOptional, needsInformation
-
Constructor Details
-
SSLCallback
Construct a new instance.- Parameters:
sslConnection- the SSL connection (must not benull)
-
-
Method Details
-
getSslSession
Get the SSL session in force.- Returns:
- the SSL session in force
-
getSslConnection
Get the SSL connection.- Returns:
- the SSL connection
-