Class DynamicSSLContextImpl

java.lang.Object
org.wildfly.security.dynamic.ssl.DynamicSSLContextImpl
All Implemented Interfaces:
DynamicSSLContextSPI

@MetaInfServices(DynamicSSLContextSPI.class) public class DynamicSSLContextImpl extends Object implements DynamicSSLContextSPI
Elytron client implementation of DynamicSSLContextSPI. It uses configuration from either provided instance of AuthenticationContext or from current AuthenticationContext if a configuration was not provided.
Author:
Diana Krepinska (Vilkolakova)