- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 31 for authRealm (0.04 seconds)
-
src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_edit.jsp
<label for="authRealm" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.webauth_realm"/></label> <div class="col-sm-9"> <la:errors property="authRealm"/> <la:text styleId="authRealm" property="authRealm" styleClass="form-control"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebAuthentication.java
public String getAuthRealm() { checkSpecifiedProperty("authRealm"); return convertEmptyToNull(authRealm); } public void setAuthRealm(String value) { registerModifiedProperty("authRealm"); this.authRealm = value; } public String getCreatedBy() { checkSpecifiedProperty("createdBy");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebAuthenticationCQ.java
TermQueryBuilder builder = regTermQ("authRealm", authRealm); if (opLambda != null) { opLambda.callback(builder); } } public void setAuthRealm_NotEqual(String authRealm) { setAuthRealm_NotTerm(authRealm, null); } public void setAuthRealm_NotTerm(String authRealm) { setAuthRealm_NotTerm(authRealm, null);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 95.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebAuthenticationCA.java
public void setAuthRealm_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setAuthRealm_Terms("authRealm", opLambda, null); } public void setAuthRealm_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebAuthenticationCA> aggsLambda) { setAuthRealm_Terms("authRealm", opLambda, aggsLambda); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 76.2K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.web_authentication/web_authentication.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 699 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 13.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_details.jsp
<tr> <th><la:message key="labels.webauth_realm"/></th> <td>${f:h(authRealm)}<la:hidden property="authRealm"/></td> </tr> <tr> <th><la:message key="labels.webauth_scheme"/></th>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
public void setVersionNo(final Long version) { asDocMeta().version(version); } @Override public String toString() { return "WebAuthentication [webConfig=" + webConfig + ", authRealm=" + authRealm + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", hostname=" + hostname + ", parameters=" + parameters + ", port=" + port + ", protocolScheme="
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 5.7K bytes - Click Count (0) -
src/main/config/es/fess_config_web_authentication.json
{ "fess_config.web_authentication" : { "aliases" : { }, "mappings" : { "web_authentication" : { "properties" : { "authRealm" : { "type" : "keyword" }, "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "hostname" : { "type" : "keyword" },Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java
*/ @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer port; /** * The authentication realm. */ @Size(max = 100) public String authRealm; /** * The protocol scheme (http, https). */ @Size(max = 10) public String protocolScheme; /** * The username for authentication. */ @RequiredCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.8K bytes - Click Count (0)