Uses of Class
org.springframework.cloud.config.server.environment.VaultEnvironmentProperties
-
-
Uses of VaultEnvironmentProperties in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment with parameters of type VaultEnvironmentProperties Modifier and Type Method Description org.springframework.web.client.RestTemplateHttpClientVaultRestTemplateFactory. build(VaultEnvironmentProperties environmentProperties)VaultEnvironmentRepositoryVaultEnvironmentRepositoryFactory. build(VaultEnvironmentProperties environmentProperties)Deprecated.org.springframework.web.client.RestTemplateVaultEnvironmentRepositoryFactory.VaultRestTemplateFactory. build(VaultEnvironmentProperties environmentProperties)Constructors in org.springframework.cloud.config.server.environment with parameters of type VaultEnvironmentProperties Constructor Description AbstractVaultEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request, EnvironmentWatch watch, VaultEnvironmentProperties properties)VaultEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request, EnvironmentWatch watch, org.springframework.web.client.RestTemplate rest, VaultEnvironmentProperties properties)Deprecated.VaultEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request, EnvironmentWatch watch, org.springframework.web.client.RestTemplate rest, VaultEnvironmentProperties properties, ConfigTokenProvider tokenProvider)Deprecated. -
Uses of VaultEnvironmentProperties in org.springframework.cloud.config.server.environment.vault
Methods in org.springframework.cloud.config.server.environment.vault with parameters of type VaultEnvironmentProperties Modifier and Type Method Description SpringVaultEnvironmentRepositorySpringVaultEnvironmentRepositoryFactory. build(VaultEnvironmentProperties vaultProperties)abstract org.springframework.vault.authentication.ClientAuthenticationSpringVaultClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)booleanSpringVaultClientAuthenticationProvider. supports(VaultEnvironmentProperties properties)Constructors in org.springframework.cloud.config.server.environment.vault with parameters of type VaultEnvironmentProperties Constructor Description SpringVaultClientConfiguration(VaultEnvironmentProperties vaultProperties, ConfigTokenProvider configTokenProvider, List<SpringVaultClientAuthenticationProvider> authProviders)SpringVaultEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request, EnvironmentWatch watch, VaultEnvironmentProperties properties, org.springframework.vault.core.VaultKeyValueOperations keyValueTemplate) -
Uses of VaultEnvironmentProperties in org.springframework.cloud.config.server.environment.vault.authentication
Methods in org.springframework.cloud.config.server.environment.vault.authentication with parameters of type VaultEnvironmentProperties Modifier and Type Method Description org.springframework.vault.authentication.ClientAuthenticationAppRoleClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationAwsEc2ClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationAwsIamClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationAzureMsiClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationCertificateClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationCubbyholeClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationGcpGceClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationGcpIamClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationKubernetesClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationPcfClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)org.springframework.vault.authentication.ClientAuthenticationTokenClientAuthenticationProvider. getClientAuthentication(VaultEnvironmentProperties vaultProperties, org.springframework.web.client.RestOperations vaultRestOperations, org.springframework.web.client.RestOperations externalRestOperations)
-