Uses of Class
org.codelibs.fess.app.web.admin.webauth.CreateForm
Packages that use CreateForm
Package
Description
-
Uses of CreateForm in org.codelibs.fess.app.web.admin.webauth
Subclasses of CreateForm in org.codelibs.fess.app.web.admin.webauthModifier and TypeClassDescriptionclassForm class for editing web authentication configurations in the admin interface.Methods in org.codelibs.fess.app.web.admin.webauth with parameters of type CreateFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminWebauthAction.create(CreateForm form) Creates a new web authentication configuration.static org.dbflute.optional.OptionalEntity<org.codelibs.fess.opensearch.config.exentity.WebAuthentication> AdminWebauthAction.getEntity(CreateForm form, String username, long currentTime) Retrieves or creates a WebAuthentication entity based on the form's CRUD mode.static org.dbflute.optional.OptionalEntity<org.codelibs.fess.opensearch.config.exentity.WebAuthentication> AdminWebauthAction.getWebAuthentication(CreateForm form) Converts a form to a WebAuthentication entity with proper user and timestamp information. -
Uses of CreateForm in org.codelibs.fess.app.web.api.admin.webauth
Subclasses of CreateForm in org.codelibs.fess.app.web.api.admin.webauthModifier and TypeClassDescriptionclassRequest body for creating web authentication via REST API.classRequest body class for web authentication edit operations in the admin REST API.