Class HttpBearerAuth

    • Constructor Detail

      • HttpBearerAuth

        public HttpBearerAuth​(String scheme)
    • Method Detail

      • getBearerToken

        public String getBearerToken()
      • setBearerToken

        public void setBearerToken​(String bearerToken)
      • applyToParams

        public void applyToParams​(org.springframework.util.MultiValueMap<String,​String> queryParams,
                                  org.springframework.http.HttpHeaders headerParams,
                                  org.springframework.util.MultiValueMap<String,​String> cookieParams)
        Description copied from interface: Authentication
        Apply authentication settings to header and / or query parameters.
        Specified by:
        applyToParams in interface Authentication
        Parameters:
        queryParams - The query parameters for the request
        headerParams - The header parameters for the request
        cookieParams - The cookie parameters for the request