java.lang.Object
io.helidon.webclient.security.WebClientSecurity
- All Implemented Interfaces:
io.helidon.common.config.NamedService,io.helidon.webclient.spi.WebClientService
Client service for security propagation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.spi.WebClientService
io.helidon.webclient.spi.WebClientService.Chain -
Method Summary
Modifier and TypeMethodDescriptionstatic WebClientSecuritycreate()Creates new instance of client security service.static WebClientSecurityCreates new instance of client security service base onSecurity.io.helidon.webclient.api.WebClientServiceResponsehandle(io.helidon.webclient.spi.WebClientService.Chain chain, io.helidon.webclient.api.WebClientServiceRequest request) type()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webclient.spi.WebClientService
name
-
Method Details
-
create
Creates new instance of client security service.- Returns:
- client security service
-
create
Creates new instance of client security service base onSecurity.- Parameters:
security- security instance- Returns:
- client security service
-
type
- Specified by:
typein interfaceio.helidon.common.config.NamedService- Specified by:
typein interfaceio.helidon.webclient.spi.WebClientService
-
handle
public io.helidon.webclient.api.WebClientServiceResponse handle(io.helidon.webclient.spi.WebClientService.Chain chain, io.helidon.webclient.api.WebClientServiceRequest request) - Specified by:
handlein interfaceio.helidon.webclient.spi.WebClientService
-