Package sonia.scm

Interface PasswordAware


public interface PasswordAware
Interface for objects using a password.
Since:
1.13
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the encrypted password.
    void
    setPassword(String password)
    Sets the encrypted password
  • Method Details

    • getPassword

      String getPassword()
      Returns the encrypted password.
    • setPassword

      void setPassword(String password)
      Sets the encrypted password