Uses of Interface
org.springframework.cloud.vault.config.VaultSecretBackendDescriptor
-
-
Uses of VaultSecretBackendDescriptor in org.springframework.cloud.vault.config
Classes in org.springframework.cloud.vault.config with type parameters of type VaultSecretBackendDescriptor Modifier and Type Interface Description interfaceSecretBackendMetadataFactory<T extends VaultSecretBackendDescriptor>Strategy interface to createSecretBackendMetadatafromVaultSecretBackendDescriptorproperties.Methods in org.springframework.cloud.vault.config that return types with arguments of type VaultSecretBackendDescriptor Modifier and Type Method Description Collection<? extends VaultSecretBackendDescriptor>VaultSecretBackendDescriptorFactory. create()Create a collection ofVaultSecretBackendDescriptors.Methods in org.springframework.cloud.vault.config with parameters of type VaultSecretBackendDescriptor Modifier and Type Method Description booleanSecretBackendMetadataFactory. supports(VaultSecretBackendDescriptor backendDescriptor)Checks whether theVaultSecretBackendDescriptoris supported by thisSecretBackendMetadataFactory.
-