Interface SecretService


public interface SecretService
An API for managing secrets.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String identifier)
    Deletes the secret data associated with a unique identifier.
    get(String identifier)
    Retrieves the secret data associated with a unique identifier.
    Returns a record describing the current configuration of the SecretService which can be used for analytics within a product.
    Retrieves the current state of the Secret Service based on a system property.
    void
    put(String identifier, String secretData)
    Stores a secret associated with a unique identifier.