Class HeaderAuthenticationRequest

java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.stargate.sgv2.api.common.security.HeaderAuthenticationRequest
All Implemented Interfaces:
io.quarkus.security.identity.request.AuthenticationRequest

public class HeaderAuthenticationRequest extends io.quarkus.security.identity.request.BaseAuthenticationRequest
AuthenticationRequest based on the HTTP header.
  • Constructor Details

    • HeaderAuthenticationRequest

      public HeaderAuthenticationRequest(String headerName, String headerValue)
  • Method Details

    • getHeaderName

      public String getHeaderName()
    • getHeaderValue

      public String getHeaderValue()