Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.user.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for User.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe attributes map for the user.@Size(max=100) StringThe password confirmation field.The CRUD mode for the form.String[]The groups assigned to the user.@Required @Size(max=100) StringThe username of the user.@Size(max=100) StringThe password for the user.String[]The roles assigned to the user. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new user.
-
Field Details
-
crudMode
The CRUD mode for the form. -
name
The username of the user. -
password
The password for the user. -
confirmPassword
The password confirmation field. -
attributes
The attributes map for the user. -
roles
The roles assigned to the user. -
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.
-