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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.atlassian.secrets.api.SecretService

    com.atlassian.secrets.api.SecretService.SecretServiceManagement
  • Field Summary

    Fields inherited from interface com.atlassian.secrets.api.SecretService

    SECRET_SERVICE_STATE_SYSTEM_PROP
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    com.atlassian.secrets.api.SecretServiceConfiguration
     
    void
    put(String s, String s1)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.atlassian.secrets.api.SecretService

    getManagement
  • 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