Package io.helidon.webclient.security
Class WebClientSecurityProvider
java.lang.Object
io.helidon.webclient.security.WebClientSecurityProvider
- All Implemented Interfaces:
WebClientServiceProvider
Client security SPI provider.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionConfig key expected underclient.services.config
.Create a new service instance based on configuration.
-
Constructor Details
-
WebClientSecurityProvider
public WebClientSecurityProvider()
-
-
Method Details
-
configKey
Description copied from interface:WebClientServiceProvider
Config key expected underclient.services.config
.- Specified by:
configKey
in interfaceWebClientServiceProvider
- Returns:
- name of the configuration node of this service
-
create
Description copied from interface:WebClientServiceProvider
Create a new service instance based on configuration.- Specified by:
create
in interfaceWebClientServiceProvider
- Parameters:
config
- configuration of this service- Returns:
- a new client service instance
-