ナビゲーションリンクをスキップ
Spring Vault
  • ホーム
  • 概要
  • パッケージ
  • クラス
  • 使用
  • ツリー
  • 非推奨
  • インデックス
  • ヘルプ

非推奨の API

内容

  • インターフェース
  • クラス
  • メソッド
  • コンストラクター
  • 非推奨のインターフェース
    インターフェース
    説明
    org.springframework.vault.client.RestTemplateCustomizer
    4.1 以降、低レベルの RestClient カスタマイズには代わりに VaultClientCustomizer (推奨) または RestClientCustomizer を使用してください。
    org.springframework.vault.client.RestTemplateFactory
    4.1 以降、代わりに VaultClient または RestClientBuilder を使用してください。
    org.springframework.vault.client.RestTemplateRequestCustomizer
    4.1 以降は、ClientHttpRequestInitializer から RestClientBuilder.customizers(RestClientCustomizer...) を使用します。
  • 非推奨のクラス
    クラス
    説明
    org.springframework.vault.client.RestTemplateBuilder
    4.1 以降、代わりに VaultClientCustomizer または RestClientCustomizer を使用してください。
  • 非推奨のメソッド
    メソッド
    説明
    org.springframework.vault.client.VaultClients.createNamespaceInterceptor(String)
    4.1 以降、VaultClient.Builder.defaultNamespace(String) および VaultClient.RequestHeadersSpec.namespace(String) を推奨します。
    org.springframework.vault.client.VaultClients.createRestTemplate()
    VaultClient を推奨する 4.1 以降。
    org.springframework.vault.config.AbstractVaultConfiguration.getRestTemplateFactory()
    4.1 以降、RestOperations の代わりに VaultClient を使用します。
    org.springframework.vault.config.AbstractVaultConfiguration.restOperations()
    4.1 以降、RestOperations の代わりに VaultClient を使用します。
    org.springframework.vault.config.AbstractVaultConfiguration.restTemplateBuilder(VaultEndpointProvider, ClientHttpRequestFactory)
    4.1 以降、RestOperations の代わりに VaultClient を使用します。
    org.springframework.vault.config.AbstractVaultConfiguration.restTemplateFactory(AbstractVaultConfiguration.ClientFactoryWrapper)
    org.springframework.vault.config.EnvironmentVaultConfiguration.restOperations()
    org.springframework.vault.core.VaultTemplate.doCreateRestClient(VaultEndpointProvider, ClientHttpRequestFactory)
    4.1 以降は、適切なコンストラクターを備えた VaultClient を使用してください。セッション認証はリクエストインターセプターではなく、VaultClient を介して実行されます。
    org.springframework.vault.core.VaultTemplate.doCreateRestTemplate(VaultEndpointProvider, ClientHttpRequestFactory)
    4.1 以降は、適切なコンストラクターを備えた VaultClient を使用してください。セッション認証はリクエストインターセプターではなく、VaultClient を介して実行されます。
    org.springframework.vault.core.VaultTemplate.doCreateSessionClient(VaultEndpointProvider, ClientHttpRequestFactory)
    4.1 以降は、適切なコンストラクターを備えた VaultClient を使用してください。セッション認証はリクエストインターセプターではなく、VaultClient を介して実行されます。
    org.springframework.vault.core.VaultTemplate.doCreateSessionTemplate(VaultEndpointProvider, ClientHttpRequestFactory)
    4.1 以降は、適切なコンストラクターを備えた VaultClient を使用してください。セッション認証はリクエストインターセプターではなく、VaultClient を介して実行されます。
  • 非推奨のコンストラクター
    コンストラクター
    説明
    org.springframework.vault.authentication.AppRoleAuthentication(AppRoleAuthenticationOptions, RestOperations)
    代わりに AppRoleAuthentication(AppRoleAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.AuthenticationStepsExecutor(AuthenticationSteps, RestOperations)
    4.1 以降、代わりに AuthenticationStepsExecutor(AuthenticationSteps, VaultClient, RestClient) を使用してください。
    org.springframework.vault.authentication.AwsEc2Authentication(AwsEc2AuthenticationOptions, RestOperations, RestOperations)
    org.springframework.vault.authentication.AwsEc2Authentication(RestOperations)
    4.1 以降、代わりに AwsEc2Authentication(AwsEc2AuthenticationOptions, VaultClient, RestClient) を使用してください。
    org.springframework.vault.authentication.AwsIamAuthentication(AwsIamAuthenticationOptions, RestOperations)
    4.1 以降、代わりに AwsIamAuthentication(AwsIamAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.AzureMsiAuthentication(AzureMsiAuthenticationOptions, RestOperations)
    4.1 以降、代わりに AzureMsiAuthentication(AzureMsiAuthenticationOptions, VaultClient, RestClient) を使用してください。
    org.springframework.vault.authentication.ClientCertificateAuthentication(ClientCertificateAuthenticationOptions, RestOperations)
    4.1 以降、代わりに ClientCertificateAuthentication(ClientCertificateAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.ClientCertificateAuthentication(RestOperations)
    4.1 以降、代わりに ClientCertificateAuthentication(VaultClient) を使用してください。
    org.springframework.vault.authentication.CubbyholeAuthentication(CubbyholeAuthenticationOptions, RestOperations)
    4.1 以降、代わりに CubbyholeAuthentication(CubbyholeAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.GcpComputeAuthentication(GcpComputeAuthenticationOptions, RestOperations)
    4.1 以降、代わりに GcpComputeAuthentication(GcpComputeAuthenticationOptions, VaultClient, RestClient) を使用してください。
    org.springframework.vault.authentication.GcpComputeAuthentication(GcpComputeAuthenticationOptions, RestOperations, RestOperations)
    4.1 以降、代わりに GcpComputeAuthentication(GcpComputeAuthenticationOptions, VaultClient, RestClient) を使用してください。
    org.springframework.vault.authentication.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions, RestOperations)
    4.1 以降、代わりに GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions, RestOperations, TransportChannelProvider)
    4.1 以降、代わりに GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions, VaultClient, TransportChannelProvider) を使用してください。
    org.springframework.vault.authentication.GitHubAuthentication(GitHubAuthenticationOptions, RestOperations)
    4.1 以降、代わりに GitHubAuthentication(GitHubAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.JwtAuthentication(JwtAuthenticationOptions, RestOperations)
    4.1 以降、代わりに JwtAuthentication(JwtAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.KubernetesAuthentication(KubernetesAuthenticationOptions, RestOperations)
    4.1 以降、代わりに KubernetesAuthentication(KubernetesAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.LifecycleAwareSessionManager(ClientAuthentication, TaskScheduler, RestOperations)
    4.1 以降、代わりに LifecycleAwareSessionManager(ClientAuthentication, TaskScheduler, VaultClient) を使用してください。
    org.springframework.vault.authentication.LifecycleAwareSessionManager(ClientAuthentication, TaskScheduler, RestOperations, LifecycleAwareSessionManagerSupport.RefreshTrigger)
    4.1 以降、代わりに LifecycleAwareSessionManager(ClientAuthentication, TaskScheduler, VaultClient, RefreshTrigger) を使用してください。
    org.springframework.vault.authentication.LoginTokenAdapter(ClientAuthentication, RestOperations)
    4.1 以降、代わりに LoginTokenAdapter(ClientAuthentication, VaultClient) を使用してください。
    org.springframework.vault.authentication.PcfAuthentication(PcfAuthenticationOptions, RestOperations)
    4.1 以降、代わりに PcfAuthentication(PcfAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.authentication.UsernamePasswordAuthentication(UsernamePasswordAuthenticationOptions, RestOperations)
    4.1 以降、代わりに UsernamePasswordAuthentication(UsernamePasswordAuthenticationOptions, VaultClient) を使用してください。
    org.springframework.vault.core.VaultTemplate(RestTemplateBuilder)
    4.1 以降、改訂された VaultClient ベースのコンストラクターが優先されます。
    org.springframework.vault.core.VaultTemplate(RestTemplateBuilder, SessionManager)
    4.1 以降、改訂された VaultClient ベースのコンストラクターが優先されます。
    org.springframework.vault.core.VaultTemplate(VaultEndpointProvider, ClientHttpRequestFactory)
    4.1 以降、改訂された VaultClient ベースのコンストラクターが優先されます。
    org.springframework.vault.core.VaultTemplate(VaultEndpointProvider, ClientHttpRequestFactory, SessionManager)
    4.1 以降、改訂された VaultClient ベースのコンストラクターが優先されます。
    org.springframework.vault.core.VaultTemplate(VaultEndpoint, ClientHttpRequestFactory)
    4.1 以降、改訂された VaultClient ベースのコンストラクターが優先されます。
    org.springframework.vault.core.VaultTemplate(VaultEndpoint, ClientHttpRequestFactory, SessionManager)
    4.1 以降、改訂された VaultClient ベースのコンストラクターが優先されます。

Copyright © 2016–2026 Pivotal Software, Inc.. All rights reserved.