Class CreateBody
java.lang.Object
org.codelibs.fess.app.web.admin.webauth.CreateForm
org.codelibs.fess.app.web.api.admin.webauth.CreateBody
Request body for creating web authentication via REST API.
Extends CreateForm to inherit validation and field definitions.
-
Field Summary
Fields 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
-
CreateBody
public CreateBody()Creates a new CreateBody instance.
-