クラス BasicAuthenticationInterceptor

java.lang.ObjectSE
org.springframework.http.client.support.BasicAuthenticationInterceptor
実装されたすべてのインターフェース:
ClientHttpRequestInterceptor

public class BasicAuthenticationInterceptor extends ObjectSE implements ClientHttpRequestInterceptor
カスタム Authorization ヘッダーがすでに設定されていない限り、特定の HTTP 基本認証のユーザー名 / パスワードのペアを適用する ClientHttpRequestInterceptor
導入:
5.1.1
作成者:
Juergen Hoeller, Sam Brannen
関連事項: