Interface SecretValue<T>

All Known Implementing Classes:
StringSecretValue

public interface SecretValue<T>
An interface for a secret value. This is used to mark a value as a secret, so that it can be handled appropriately. i.e. it should not be logged or printed in any way.
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getValue

      T getValue()