Uses of Class
org.wildfly.security.dynamic.ssl.DynamicSSLContextException
-
Uses of DynamicSSLContextException in org.wildfly.security.dynamic.ssl
Methods in org.wildfly.security.dynamic.ssl that throw DynamicSSLContextExceptionModifier and TypeMethodDescriptionDynamicSSLContextImpl.getConfiguredDefault()DynamicSSLContextSPI.getConfiguredDefault()Get SSLContext that will be used as a default, eg. when no URI is provided.DynamicSSLContextImpl.getConfiguredSSLContexts()DynamicSSLContextSPI.getConfiguredSSLContexts()Get list of all configured SSLContexts.DynamicSSLContextImpl.getSSLContext(URI uri) DynamicSSLContextSPI.getSSLContext(URI uri) Get the SSLContext that matches the given URI.Constructors in org.wildfly.security.dynamic.ssl that throw DynamicSSLContextExceptionModifierConstructorDescriptionDynamicSSLContext(DynamicSSLContextSPI dynamicSSLContextSPIImpl) This constructor uses received DynamicSSLContextSPI implementation or finds it on classpath if received is null.