Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setProtocolScheme (0.1 sec)

  1. 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)
  2. 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)
Back to top