Class SSLCallback

java.lang.Object
org.wildfly.security.auth.callback.SSLCallback
All Implemented Interfaces:
Callback, ExtendedCallback

public final class SSLCallback extends Object implements ExtendedCallback
A callback which provides information to the callback handler about the established SSLSession.
Author:
David M. Lloyd
  • Constructor Details

    • SSLCallback

      public SSLCallback(SSLConnection sslConnection)
      Construct a new instance.
      Parameters:
      sslConnection - the SSL connection (must not be null)
  • Method Details

    • getSslSession

      public SSLSession getSslSession()
      Get the SSL session in force.
      Returns:
      the SSL session in force
    • getSslConnection

      public SSLConnection getSslConnection()
      Get the SSL connection.
      Returns:
      the SSL connection