Class CreateForm

java.lang.Object
org.codelibs.fess.app.web.admin.user.CreateForm
Direct Known Subclasses:
CreateBody, EditForm

public class CreateForm extends Object
The create form for User.
  • Field Details

    • crudMode

      @ValidateTypeFailure public Integer crudMode
      The CRUD mode for the form.
    • name

      @Required @Size(max=100) public @Required @Size(max=100) String name
      The username of the user.
    • password

      @Size(max=100) public @Size(max=100) String password
      The password for the user.
    • confirmPassword

      @Size(max=100) public @Size(max=100) String confirmPassword
      The password confirmation field.
    • attributes

      public Map<String,String> attributes
      The attributes map for the user.
    • roles

      public String[] roles
      The roles assigned to the user.
    • groups

      public String[] groups
      The groups assigned to the user.
  • Constructor Details

    • CreateForm

      public CreateForm()
      Default constructor.
  • Method Details

    • initialize

      public void initialize()
      Initializes the form with default values for creating a new user.