java.lang.Object
io.helidon.webclient.security.WebClientSecurity
- All Implemented Interfaces:
WebClientService
Client service for security propagation.
-
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.common.reactive.Single<WebClientServiceRequest>request(WebClientServiceRequest request) 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
response
-
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
-
request
public io.helidon.common.reactive.Single<WebClientServiceRequest> request(WebClientServiceRequest request) - Specified by:
requestin interfaceWebClientService
-