Class UiPasswordField.SetSaltCommand

java.lang.Object
org.teamapps.dto.UiPasswordField.SetSaltCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiPasswordField

public static class UiPasswordField.SetSaltCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • salt

      protected String salt
  • Constructor Details

    • SetSaltCommand

      @Deprecated public SetSaltCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetSaltCommand

      public SetSaltCommand(String componentId, String salt)
  • Method Details