- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getAuthRealm (0.04 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
config.setHost(getHostname()); } if (getPort() != null) { config.setPort(getPort()); } if (StringUtil.isNotBlank(getAuthRealm())) { config.setRealm(getAuthRealm()); } // AuthSchemeType の設定 final String scheme = getProtocolScheme(); if (Constants.BASIC.equals(scheme)) {
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/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java
// --------------- protected final Map<String, PropertyGateway> _epgMap = newHashMap(); { setupEpg(_epgMap, et -> ((WebAuthentication) et).getAuthRealm(), (et, vl) -> ((WebAuthentication) et).setAuthRealm(DfTypeUtil.toString(vl)), "authRealm"); setupEpg(_epgMap, et -> ((WebAuthentication) et).getCreatedBy(),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/java/org/codelibs/fess/opensearch/config/bsentity/BsWebAuthentication.java
// Accessor // ======== public String getAuthRealm() { checkSpecifiedProperty("authRealm"); return convertEmptyToNull(authRealm); } public void setAuthRealm(String value) { registerModifiedProperty("authRealm");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9K bytes - Click Count (0)