Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.fileauth.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for File Authentication.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=1000) StringThe user who created this file authentication configuration (maximum 1000 characters).The timestamp when this file authentication configuration was created.The CRUD operation mode for this form.@Required @Size(max=1000) StringThe ID of the associated file configuration (required, maximum 1000 characters).@Size(max=100) StringThe hostname of the file server (maximum 100 characters).@Size(max=1000) StringAdditional parameters for file authentication (maximum 1000 characters).@Size(max=100) StringThe password for file authentication (maximum 100 characters).@Min(0L) @Max(2147483647L) IntegerThe port number of the file server (0 to 2147483647).@Size(max=10) StringThe protocol scheme for file access (maximum 10 characters).@Required @Size(max=100) StringThe username for file authentication (required, maximum 100 characters). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creation mode.
-
Field Details
-
crudMode
The CRUD operation mode for this form. -
hostname
The hostname of the file server (maximum 100 characters). -
port
The port number of the file server (0 to 2147483647). -
protocolScheme
The protocol scheme for file access (maximum 10 characters). -
username
The username for file authentication (required, maximum 100 characters). -
password
The password for file authentication (maximum 100 characters). -
parameters
Additional parameters for file authentication (maximum 1000 characters). -
fileConfigId
The ID of the associated file configuration (required, maximum 1000 characters). -
createdBy
The user who created this file authentication configuration (maximum 1000 characters). -
createdTime
The timestamp when this file authentication configuration was created.
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creation mode.
-