Class PasswordProperty

  • All Implemented Interfaces:
    PropertyVisitorAcceptor, java.lang.Cloneable

    @OpenApiAll
    public class PasswordProperty
    extends StringProperty
    The property for storing and editing some password(as string).
    • Constructor Detail

      • PasswordProperty

        public PasswordProperty()
        Default constructor. Value of the property will be null. Property will be editable. ID will be empty string.
      • PasswordProperty

        public PasswordProperty​(java.lang.String id,
                                @CheckForNull
                                java.lang.String value)
        The property constructor. Property will be editable.
        Parameters:
        id - the ID of property.
        value - the string value of the property.