Class EditBody
java.lang.Object
org.codelibs.fess.app.web.admin.webauth.CreateForm
org.codelibs.fess.app.web.admin.webauth.EditForm
org.codelibs.fess.app.web.api.admin.webauth.EditBody
Request body class for web authentication edit operations in the admin REST API.
This class extends EditForm to inherit the necessary form validation and binding capabilities
for web authentication management operations.
-
Field Summary
Fields inherited from class org.codelibs.fess.app.web.admin.webauth.EditForm
id, updatedBy, updatedTime, versionNoFields inherited from class org.codelibs.fess.app.web.admin.webauth.CreateForm
authRealm, createdBy, createdTime, crudMode, hostname, parameters, password, port, protocolScheme, username, webConfigId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codelibs.fess.app.web.admin.webauth.CreateForm
initialize
-
Constructor Details
-
EditBody
public EditBody()Default constructor.
-