Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.webauth.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for Web Authentication.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=100) StringThe authentication realm.@Size(max=1000) StringThe user who created this authentication configuration.The timestamp when this authentication configuration was created.The CRUD mode for the form.@Size(max=100) StringThe hostname for the web authentication.@Size(max=1000) StringAdditional parameters for the authentication.@Size(max=100) StringThe password for authentication.@Min(0L) @Max(2147483647L) IntegerThe port number for the web authentication.@Size(max=10) StringThe protocol scheme (http, https).@Required @Size(max=100) StringThe username for authentication.@Required @Size(max=1000) StringThe web configuration ID this authentication is associated with. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new web authentication configuration.
-
Field Details
-
crudMode
The CRUD mode for the form. -
hostname
The hostname for the web authentication. -
port
The port number for the web authentication. -
authRealm
The authentication realm. -
protocolScheme
The protocol scheme (http, https). -
username
The username for authentication. -
password
The password for authentication. -
parameters
Additional parameters for the authentication. -
webConfigId
The web configuration ID this authentication is associated with. -
createdBy
The user who created this authentication configuration. -
createdTime
The timestamp when this authentication configuration was created.
-
-
Constructor Details
-
CreateForm
public CreateForm()Default constructor.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creating a new web authentication configuration.
-