Class SecureEndpointsConfiguration.Builder

java.lang.Object
org.kiwiproject.config.SSLContextConfiguration.Builder
org.kiwiproject.config.SecureEndpointsConfiguration.Builder
Enclosing class:
SecureEndpointsConfiguration

public static class SecureEndpointsConfiguration.Builder extends SSLContextConfiguration.Builder
Builder class for SecureEndpointsConfiguration.
Implementation Note:
This was implemented well before we started using Lombok, thus the manual builder code. We have retained the original setXxx() methods but have added Lombok-style xxx() methods.