Uses of Class
com.predic8.membrane.core.config.security.SSLParser
Packages that use SSLParser
Package
Description
-
Uses of SSLParser in com.predic8.membrane.core.cloud.etcd
Methods in com.predic8.membrane.core.cloud.etcd that return SSLParserMethods in com.predic8.membrane.core.cloud.etcd with parameters of type SSLParser -
Uses of SSLParser in com.predic8.membrane.core.interceptor.authentication.session
Methods in com.predic8.membrane.core.interceptor.authentication.session that return SSLParserMethods in com.predic8.membrane.core.interceptor.authentication.session with parameters of type SSLParser -
Uses of SSLParser in com.predic8.membrane.core.interceptor.gatekeeper
Methods in com.predic8.membrane.core.interceptor.gatekeeper that return SSLParserMethods in com.predic8.membrane.core.interceptor.gatekeeper with parameters of type SSLParserModifier and TypeMethodDescriptionvoidRouterIpResolverInterceptor.setSslParser(SSLParser sslParser) -
Uses of SSLParser in com.predic8.membrane.core.interceptor.oauth2.authorizationservice
Methods in com.predic8.membrane.core.interceptor.oauth2.authorizationservice that return SSLParserModifier and TypeMethodDescriptionAuthorizationService.getSslParser()DynamicRegistration.getSslParser()Methods in com.predic8.membrane.core.interceptor.oauth2.authorizationservice with parameters of type SSLParserModifier and TypeMethodDescriptionvoidAuthorizationService.setSslParser(SSLParser sslParser) voidDynamicRegistration.setSslParser(SSLParser sslParser) -
Uses of SSLParser in com.predic8.membrane.core.interceptor.stomp
Methods in com.predic8.membrane.core.interceptor.stomp that return SSLParserMethods in com.predic8.membrane.core.interceptor.stomp with parameters of type SSLParser -
Uses of SSLParser in com.predic8.membrane.core.rules
Methods in com.predic8.membrane.core.rules that return SSLParserModifier and TypeMethodDescriptionAbstractProxy.getSslInboundParser()AbstractServiceProxy.Target.getSslParser()AbstractServiceProxy.getTargetSSL()Methods in com.predic8.membrane.core.rules with parameters of type SSLParserModifier and TypeMethodDescriptionvoidAbstractProxy.setSslInboundParser(SSLParser sslInboundParser) voidAbstractServiceProxy.Target.setSslParser(SSLParser sslParser) -
Uses of SSLParser in com.predic8.membrane.core.sslinterceptor
Methods in com.predic8.membrane.core.sslinterceptor that return SSLParserMethods in com.predic8.membrane.core.sslinterceptor with parameters of type SSLParserModifier and TypeMethodDescriptionvoidRouterIpResolverInterceptor.setSslParser(SSLParser sslParser) -
Uses of SSLParser in com.predic8.membrane.core.transport.http.client
Methods in com.predic8.membrane.core.transport.http.client that return SSLParserModifier and TypeMethodDescriptionHttpClientConfiguration.getSslParser()ProxyConfiguration.getSslParser()Methods in com.predic8.membrane.core.transport.http.client with parameters of type SSLParserModifier and TypeMethodDescriptionvoidHttpClientConfiguration.setSslParser(SSLParser sslParser) voidProxyConfiguration.setSslParser(SSLParser sslParser) -
Uses of SSLParser in com.predic8.membrane.core.transport.ssl
Methods in com.predic8.membrane.core.transport.ssl with parameters of type SSLParserConstructors in com.predic8.membrane.core.transport.ssl with parameters of type SSLParserModifierConstructorDescriptionAcmeSSLContext(SSLParser parser, String[] hosts, HttpClientFactory httpClientFactory, TimerManager timerManager) GeneratingSSLContext(SSLParser sslParser, ResolverMap resourceResolver, String baseLocation) StaticSSLContext(SSLParser sslParser, ResolverMap resourceResolver, String baseLocation) StaticSSLContext(SSLParser sslParser, SSLContext sslc)