Class EditBody
java.lang.Object
org.codelibs.fess.app.web.admin.general.EditForm
org.codelibs.fess.app.web.api.admin.general.EditBody
Request body class for general settings edit operations in the admin REST API.
This class extends EditForm to inherit the necessary form validation and binding capabilities
for general settings management operations.
-
Field Summary
Fields inherited from class org.codelibs.fess.app.web.admin.general.EditForm
appendQueryParameter, appValue, crawlingThreadCount, crawlingUserAgent, csvFileEncoding, dayForCleanup, defaultLabelValue, defaultSortValue, entraidAuthority, entraidClientId, entraidClientSecret, entraidDefaultGroups, entraidDefaultRoles, entraidPermissionFields, entraidReplyUrl, entraidStateTtl, entraidTenant, entraidUseDs, failureCountThreshold, googleChatWebhookUrls, ignoreFailureType, incrementalCrawling, ldapAccountFilter, ldapAdminSecurityCredentials, ldapAdminSecurityPrincipal, ldapBaseDn, ldapGroupFilter, ldapInitialContextFactory, ldapMemberofAttribute, ldapProviderUrl, ldapSecurityAuthentication, ldapSecurityPrincipal, llmLogLevel, loginLink, loginRequired, logLevel, logNotificationEnabled, logNotificationLevel, notificationAdvanceSearch, notificationLogin, notificationSearchTop, notificationTo, oicAuthServerUrl, oicBaseUrl, oicClientId, oicClientSecret, oicDefaultGroups, oicDefaultRoles, oicRedirectUrl, oicScope, oicTokenServerUrl, popularWord, purgeByBots, purgeJobLogDay, purgeSearchLogDay, purgeSuggestSearchLogDay, purgeUserInfoDay, ragLlmName, resultCollapsed, samlAttributeGroupName, samlAttributeRoleName, samlDefaultGroups, samlDefaultRoles, samlIdpEntityid, samlIdpSingleLogoutServiceUrl, samlIdpSingleSignOnServiceUrl, samlIdpX509cert, samlSpAssertionConsumerServiceUrl, samlSpBaseUrl, samlSpEntityid, samlSpNameidformat, samlSpSingleLogoutServiceUrl, searchFileProxy, searchLog, searchUseBrowserLocale, slackWebhookUrls, spnegoAllowBasic, spnegoAllowDelegation, spnegoAllowLocalhost, spnegoAllowUnsecureBasic, spnegoKrb5Conf, spnegoLoggerLevel, spnegoLoginClientModule, spnegoLoginConf, spnegoLoginServerModule, spnegoPreauthPassword, spnegoPreauthUsername, spnegoPromptNtlm, ssoType, storageAccessKey, storageBucket, storageCredentialsPath, storageEndpoint, storageProjectId, storageRegion, storageSecretKey, storageType, suggestDocuments, suggestSearchLog, thumbnail, userFavorite, userInfo, virtualHostValue, webApiJson -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EditBody
public EditBody()Default constructor.
-