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 DynamicSSLContextException Modifier and Type Method Description SSLContextDynamicSSLContextImpl. getConfiguredDefault()SSLContextDynamicSSLContextSPI. getConfiguredDefault()Get SSLContext that will be used as a default, eg. when no URI is provided.List<SSLContext>DynamicSSLContextImpl. getConfiguredSSLContexts()List<SSLContext>DynamicSSLContextSPI. getConfiguredSSLContexts()Get list of all configured SSLContexts.SSLContextDynamicSSLContextImpl. getSSLContext(URI uri)SSLContextDynamicSSLContextSPI. getSSLContext(URI uri)Get the SSLContext that matches the given URI.Constructors in org.wildfly.security.dynamic.ssl that throw DynamicSSLContextException Constructor Description DynamicSSLContext(DynamicSSLContextSPI dynamicSSLContextSPIImpl)This constructor uses received DynamicSSLContextSPI implementation or finds it on classpath if received is null.
-