All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.c4_soft.springaddons.rest.BearerProvider Maven / Gradle / Ivy

There is a newer version: 7.9.0-M4
Show newest version
package com.c4_soft.springaddons.rest;

import java.util.Optional;

import org.springframework.http.client.ClientHttpRequestInterceptor;

/**
 * Used by a {@link ClientHttpRequestInterceptor} to add a Bearer Authorization header
 *
 * @author Jerome Wacongne ch4mp@c4-soft.com
 */
public interface BearerProvider {
    Optional getBearer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy