Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setAuthRealm_Terms (0.09 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebAuthenticationCA.java

                opLambda.callback(builder);
            }
        }
    
        public void setAuthRealm_Terms() {
            setAuthRealm_Terms(null);
        }
    
        public void setAuthRealm_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setAuthRealm_Terms("authRealm", opLambda, null);
        }
    
    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)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebAuthenticationCQ.java

            not(not -> not.setAuthRealm_Term(authRealm), opLambda);
        }
    
        public void setAuthRealm_Terms(Collection<String> authRealmList) {
            setAuthRealm_Terms(authRealmList, null);
        }
    
        public void setAuthRealm_Terms(Collection<String> authRealmList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            TermsQueryBuilder builder = regTermsQ("authRealm", authRealmList);
    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)
Back to Top