Package org.wildfly.security.ssl
Class SNIContextMatcher
java.lang.Object
org.wildfly.security.ssl.SNIContextMatcher
A class which returns a matching SSL context based on the SNI server list provided.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA class which allows building and configuration SNIContextMatcher. -
Method Summary
Modifier and TypeMethodDescriptiongetContext(List<SNIServerName> servers) Used for finding the matching servers from the server list.
-
Method Details
-
getContext
Used for finding the matching servers from the server list. Firstly, the exacts are matched, if not found, wildcards are tried. -
getDefaultContext
-