JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.logging.log4j.core.util
Interface AuthorizationProvider
All Known Implementing Classes:
BasicAuthorizationProvider
public interface
AuthorizationProvider
Interface to be implemented to add an Authorization header to an HTTP request.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
addAuthorization
(
URLConnection
urlConnection)
Method Details
addAuthorization
void
addAuthorization
(
URLConnection
urlConnection)