Uses of Class
com.atlassian.secrets.vault.auth.VaultConfig
Packages that use VaultConfig
-
Uses of VaultConfig in com.atlassian.secrets.vault.auth
Methods in com.atlassian.secrets.vault.auth with parameters of type VaultConfigModifier and TypeMethodDescriptionorg.springframework.vault.authentication.ClientAuthenticationDefaultVaultAuthenticationProvider.getAuthentication(VaultConfig params) Retrieves the appropriate authentication method based on the provided authentication type.org.springframework.vault.authentication.ClientAuthenticationVaultAuthenticationProvider.getAuthentication(VaultConfig params) Retrieves the appropriate authentication method based on the provided authentication type. -
Uses of VaultConfig in com.atlassian.secrets.vault.auth.kubernetes
Methods in com.atlassian.secrets.vault.auth.kubernetes with parameters of type VaultConfigModifier and TypeMethodDescriptionorg.springframework.vault.authentication.KubernetesAuthenticationKubernetesAuthenticationFactory.getAuthentication(VaultConfig config) Retrieves aKubernetesAuthenticationinstance based on the providedVaultConfig.