Class BambooSecretsService

java.lang.Object
com.atlassian.bamboo.secrets.BambooSecretsService
All Implemented Interfaces:
com.atlassian.secrets.api.SecretService

public class BambooSecretsService extends Object implements com.atlassian.secrets.api.SecretService
  • Constructor Details

    • BambooSecretsService

      public BambooSecretsService()
  • Method Details

    • put

      public void put(String s, String s1) throws com.atlassian.secrets.api.SecretServiceException
      Specified by:
      put in interface com.atlassian.secrets.api.SecretService
      Throws:
      com.atlassian.secrets.api.SecretServiceException
    • get

      public Optional<String> get(String s) throws com.atlassian.secrets.api.SecretServiceException
      Specified by:
      get in interface com.atlassian.secrets.api.SecretService
      Throws:
      com.atlassian.secrets.api.SecretServiceException
    • delete

      public void delete(String s) throws com.atlassian.secrets.api.SecretServiceException
      Specified by:
      delete in interface com.atlassian.secrets.api.SecretService
      Throws:
      com.atlassian.secrets.api.SecretServiceException
    • getConfiguration

      public com.atlassian.secrets.api.SecretServiceConfiguration getConfiguration()
      Specified by:
      getConfiguration in interface com.atlassian.secrets.api.SecretService