Packages

p

lerna.util

security

package security

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class SecretVal[T](underlying: T) extends Product with Serializable

    A class that represents confidential information

    A class that represents confidential information

    toString of this class returns a masked value. It is useful for avoiding to log the confidential information accidentally.

    T

    The type of the confidential information

    underlying

    The confidential information

Value Members

  1. object SecretVal extends Serializable

    An object that provides factory methods of SecretVal

Ungrouped