package security
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        SecretVal[T](underlying: T) extends Product with Serializable
      
      
      A class that represents confidential information A class that represents confidential information toStringof 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
- 
      
      
      
        
      
    
      
        
        object
      
      
        SecretVal extends Serializable
      
      
      An object that provides factory methods of SecretVal