Class PasswordEntity


  • public class PasswordEntity
    extends Object
    Author:
    Yohann Chastagnier
    • Constructor Detail

      • PasswordEntity

        protected PasswordEntity()
    • Method Detail

      • createFrom

        public static PasswordEntity createFrom​(String value)
        Creates a new password entity from the specified password.
        Parameters:
        value -
        Returns:
        the entity representing the specified password.
      • getValue

        public String getValue()