Uses of Interface
org.apache.logging.log4j.core.util.AuthorizationProvider
-
Packages that use AuthorizationProvider Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.net Log4j 2 network support.org.apache.logging.log4j.core.util Log4j 2 helper classes.org.apache.logging.log4j.core.util.internal -
-
Uses of AuthorizationProvider in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return AuthorizationProvider Modifier and Type Method Description static AuthorizationProvider
ConfigurationFactory. authorizationProvider(PropertiesUtil props)
static AuthorizationProvider
ConfigurationFactory. getAuthorizationProvider()
-
Uses of AuthorizationProvider in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net with parameters of type AuthorizationProvider Modifier and Type Method Description static <T extends URLConnection>
TUrlConnectionFactory. createConnection(URL url, long lastModifiedMillis, SslConfiguration sslConfiguration, AuthorizationProvider authorizationProvider)
-
Uses of AuthorizationProvider in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement AuthorizationProvider Modifier and Type Class Description class
BasicAuthorizationProvider
Provides the Basic Authorization header to a request. -
Uses of AuthorizationProvider in org.apache.logging.log4j.core.util.internal
Methods in org.apache.logging.log4j.core.util.internal with parameters of type AuthorizationProvider Modifier and Type Method Description static HttpInputStreamUtil.Result
HttpInputStreamUtil. getInputStream(LastModifiedSource source, AuthorizationProvider authorizationProvider)
-