Interface PreStartupSecretServiceProvider
- All Known Implementing Classes:
DefaultPreStartupSecretServiceProvider
public interface PreStartupSecretServiceProvider
Provides a SecretService instance that can be used before the database and main Spring container is ready.
- Since:
- v11.2
-
Method Summary
-
Method Details
-
getSecretService
Optional<com.atlassian.secrets.api.SecretService> getSecretService()
-