D G O
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DynamicSSLContext - Class in org.wildfly.security.dynamic.ssl
-
SSLContext that resolves which SSLContext to use based on peer's host and port information.
- DynamicSSLContext() - Constructor for class org.wildfly.security.dynamic.ssl.DynamicSSLContext
-
This constructor uses ServiceLoader to find provider of DynamicSSLContextSPI on classpath.
- DynamicSSLContext(DynamicSSLContextSPI) - Constructor for class org.wildfly.security.dynamic.ssl.DynamicSSLContext
-
This constructor uses received DynamicSSLContextSPI implementation or finds it on classpath if received is null.
- DynamicSSLContextException - Exception in org.wildfly.security.dynamic.ssl
-
Exception to indicate a failure related to the DynamicSSLContext.
- DynamicSSLContextException() - Constructor for exception org.wildfly.security.dynamic.ssl.DynamicSSLContextException
- DynamicSSLContextException(String) - Constructor for exception org.wildfly.security.dynamic.ssl.DynamicSSLContextException
- DynamicSSLContextException(String, Throwable) - Constructor for exception org.wildfly.security.dynamic.ssl.DynamicSSLContextException
- DynamicSSLContextException(Throwable) - Constructor for exception org.wildfly.security.dynamic.ssl.DynamicSSLContextException
- DynamicSSLContextImpl - Class in org.wildfly.security.dynamic.ssl
-
Elytron client implementation of DynamicSSLContextSPI.
- DynamicSSLContextImpl() - Constructor for class org.wildfly.security.dynamic.ssl.DynamicSSLContextImpl
- DynamicSSLContextImpl(AuthenticationContext) - Constructor for class org.wildfly.security.dynamic.ssl.DynamicSSLContextImpl
- DynamicSSLContextSPI - Interface in org.wildfly.security.dynamic.ssl
-
This interface provides configuration that is used by DynamicSSLContext.
G
- getConfiguredDefault() - Method in class org.wildfly.security.dynamic.ssl.DynamicSSLContextImpl
- getConfiguredDefault() - Method in interface org.wildfly.security.dynamic.ssl.DynamicSSLContextSPI
-
Get SSLContext that will be used as a default, eg. when no URI is provided.
- getConfiguredSSLContexts() - Method in class org.wildfly.security.dynamic.ssl.DynamicSSLContextImpl
- getConfiguredSSLContexts() - Method in interface org.wildfly.security.dynamic.ssl.DynamicSSLContextSPI
-
Get list of all configured SSLContexts.
- getSSLContext(URI) - Method in class org.wildfly.security.dynamic.ssl.DynamicSSLContextImpl
- getSSLContext(URI) - Method in interface org.wildfly.security.dynamic.ssl.DynamicSSLContextSPI
-
Get the SSLContext that matches the given URI.
O
- org.wildfly.security.dynamic.ssl - package org.wildfly.security.dynamic.ssl
All Classes All Packages