- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setProtocolScheme (0.1 sec)
-
src/main/java/org/codelibs/fess/es/config/bsentity/BsFileAuthentication.java
this.port = value; } public String getProtocolScheme() { checkSpecifiedProperty("protocolScheme"); return convertEmptyToNull(protocolScheme); } public void setProtocolScheme(String value) { registerModifiedProperty("protocolScheme"); this.protocolScheme = value; } public String getUpdatedBy() { checkSpecifiedProperty("updatedBy");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java
this.port = value; } public String getProtocolScheme() { checkSpecifiedProperty("protocolScheme"); return convertEmptyToNull(protocolScheme); } public void setProtocolScheme(String value) { registerModifiedProperty("protocolScheme"); this.protocolScheme = value; } public String getUpdatedBy() { checkSpecifiedProperty("updatedBy");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9K bytes - Viewed (0)