Interface ISecuredValue<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
SecuredValue

public interface ISecuredValue<T> extends Serializable
Defines a secured value
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the secured value, e.g.
    Get the value
    boolean
    Check if it has a secured value
  • Method Details

    • getValue

      T getValue()
      Get the value
      Returns:
      the value
    • hasSecuredValue

      boolean hasSecuredValue()
      Check if it has a secured value
      Returns:
      true if it has a secured value
    • getSecuredValue

      String getSecuredValue()
      Get the secured value, e.g. to write into a log or a console
      Returns:
      the secured value