Class HttpBasicAuthenticationSecurityConfiguration

java.lang.Object
org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration

@Deprecated @Configuration public class HttpBasicAuthenticationSecurityConfiguration extends Object
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:
  • Constructor Details

    • HttpBasicAuthenticationSecurityConfiguration

      public HttpBasicAuthenticationSecurityConfiguration()
      Deprecated.
  • Method Details

    • authenticator

      @Bean public Authenticator authenticator(org.springframework.core.env.Environment environment)
      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.