Class WebClientSecurity

java.lang.Object
io.helidon.webclient.security.WebClientSecurity
All Implemented Interfaces:
io.helidon.common.config.NamedService, io.helidon.webclient.spi.WebClientService

public class WebClientSecurity extends Object implements 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 Type
    Method
    Description
    Creates new instance of client security service.
    create(Security security)
    Creates new instance of client security service base on Security.
    io.helidon.webclient.api.WebClientServiceResponse
    handle(io.helidon.webclient.spi.WebClientService.Chain chain, io.helidon.webclient.api.WebClientServiceRequest request)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.helidon.webclient.spi.WebClientService

    name
  • Method Details

    • create

      public static WebClientSecurity create()
      Creates new instance of client security service.
      Returns:
      client security service
    • create

      public static WebClientSecurity create(Security security)
      Creates new instance of client security service base on Security.
      Parameters:
      security - security instance
      Returns:
      client security service
    • type

      public String type()
      Specified by:
      type in interface io.helidon.common.config.NamedService
      Specified by:
      type in interface io.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:
      handle in interface io.helidon.webclient.spi.WebClientService