Class SecureRequestCustomizer

java.lang.Object
org.eclipse.jetty.server.SecureRequestCustomizer
All Implemented Interfaces:
HttpConfiguration.Customizer

public class SecureRequestCustomizer extends Object implements HttpConfiguration.Customizer

Customizer that extracts the attribute of an SSLContext and makes them available via Attributes.getAttribute(String) using the names:

  • EndPoint.SslSessionData.ATTRIBUTE for EndPoint.SslSessionData
  • X509_ATTRIBUTE for the local certificate as a X509 instance
See Also:
  • EndPoint.SslSessionData