Uses of Interface
org.wildfly.security.ssl.SSLContextSelector
Packages that use SSLContextSelector
-
Uses of SSLContextSelector in org.wildfly.security.ssl
Fields in org.wildfly.security.ssl declared as SSLContextSelectorModifier and TypeFieldDescriptionstatic final SSLContextSelectorSSLContextSelector.NULL_SELECTORA selector which always returnsnull(no match).Methods in org.wildfly.security.ssl that return SSLContextSelectorModifier and TypeMethodDescriptionstatic SSLContextSelectorSSLContextSelector.aggregate(SSLContextSelector... selectors) Create an aggregate selector which executes each given selector in order until a match is found.static SSLContextSelectorSSLContextSelector.aggregate(SSLContextSelector selector1, SSLContextSelector selector2) Create an aggregate selector which executes each given selector in order until a match is found.static SSLContextSelectorSSLContextSelector.constantSelector(SSLContext context) Create a selector which always returns the same context.static SSLContextSelectorSSLContextSelector.sniMatcherSelector(SNIMatcher matcher, SSLContext context) Create a selector which returns the given SSL context if the given SNI matcher matches.Methods in org.wildfly.security.ssl with parameters of type SSLContextSelectorModifier and TypeMethodDescriptionstatic SSLContextSelectorSSLContextSelector.aggregate(SSLContextSelector... selectors) Create an aggregate selector which executes each given selector in order until a match is found.static SSLContextSelectorSSLContextSelector.aggregate(SSLContextSelector selector1, SSLContextSelector selector2) Create an aggregate selector which executes each given selector in order until a match is found.static SecurityFactory<SSLEngine>SSLUtils.createDispatchingSSLEngineFactory(SSLContextSelector selector) Get a factory which produces SSL engines which dispatch to the appropriate SSL context based on the information in the SSL greeting.static SSLEngineSSLUtils.createSelectingSSLEngine(SSLContextSelector selector) Get a server SSL engine which dispatches to the appropriate SSL context based on the information in the SSL greeting.static SSLEngineSSLUtils.createSelectingSSLEngine(SSLContextSelector selector, String host, int port) Get a server SSL engine which dispatches to the appropriate SSL context based on the information in the SSL greeting.