Class HttpBasicAuthenticationSecurityConfiguration
java.lang.Object
org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration
Deprecated.
Spring
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.- Since:
- 1.0.0
- See Also:
-
Authenticator
PasswordAuthentication
BeanPostProcessor
Bean
Configuration
Environment
ClientHttpRequestInterceptor
RestTemplate
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticator
(org.springframework.core.env.Environment environment) Deprecated.protected <T> T
invokeMethod
(Object target, String methodName, 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.
-
Constructor Details
-
HttpBasicAuthenticationSecurityConfiguration
public HttpBasicAuthenticationSecurityConfiguration()Deprecated.
-
-
Method Details
-
authenticator
Deprecated. -
schemaObjectInitializerPostProcessor
@Bean public org.springframework.beans.factory.config.BeanPostProcessor schemaObjectInitializerPostProcessor(org.springframework.core.env.Environment environment) Deprecated. -
invokeMethod
@Nullable protected <T> T invokeMethod(@NonNull Object target, @NonNull String methodName, Object... args) Deprecated. -
registerInterceptor
protected org.springframework.web.client.RestTemplate registerInterceptor(org.springframework.web.client.RestTemplate restTemplate, org.springframework.http.client.ClientHttpRequestInterceptor clientHttpRequestInterceptor) Deprecated.
-