@Deprecated
@Configuration
public class HttpBasicAuthenticationSecurityConfiguration
extends java.lang.Object
Configuration
class used to configure and initialize a Java Platform Authenticator
,
which is used by the Java Platform anytime a Java process needs to make a secure network connection.Authenticator
,
PasswordAuthentication
,
BeanPostProcessor
,
Bean
,
Configuration
,
Environment
,
ClientHttpRequestInterceptor
,
RestTemplate
Modifier and Type | Class and Description |
---|---|
static class |
HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor
Deprecated.
|
Constructor and Description |
---|
HttpBasicAuthenticationSecurityConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.net.Authenticator |
authenticator(org.springframework.core.env.Environment environment)
Deprecated.
|
protected <T> T |
invokeMethod(java.lang.Object target,
java.lang.String methodName,
java.lang.Object... args)
Deprecated.
|
protected org.springframework.web.client.RestTemplate |
registerInterceptor(org.springframework.web.client.RestTemplate restTemplate,
org.springframework.http.client.ClientHttpRequestInterceptor clientHttpRequestInterceptor)
Deprecated.
|
org.springframework.beans.factory.config.BeanPostProcessor |
schemaObjectInitializerPostProcessor(org.springframework.core.env.Environment environment)
Deprecated.
|
public HttpBasicAuthenticationSecurityConfiguration()
@Bean public java.net.Authenticator authenticator(org.springframework.core.env.Environment environment)
@Bean public org.springframework.beans.factory.config.BeanPostProcessor schemaObjectInitializerPostProcessor(org.springframework.core.env.Environment environment)
@Nullable protected <T> T invokeMethod(@NonNull java.lang.Object target, @NonNull java.lang.String methodName, java.lang.Object... args)
protected org.springframework.web.client.RestTemplate registerInterceptor(org.springframework.web.client.RestTemplate restTemplate, org.springframework.http.client.ClientHttpRequestInterceptor clientHttpRequestInterceptor)