Interface UserPassword

    • Method Detail

      • getEncrypted

        java.lang.String getEncrypted()
        Returns the value of the 'Encrypted' attribute.

        If the meaning of the 'Encrypted' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Encrypted' attribute.
        See Also:
        setEncrypted(String), SecurityPackage.getUserPassword_Encrypted()
        Generated
        Model
      • setEncrypted

        void setEncrypted​(java.lang.String value)
        Sets the value of the 'Encrypted' attribute.
        Parameters:
        value - the new value of the 'Encrypted' attribute.
        See Also:
        getEncrypted()
        Generated