Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setAuthRealm_Terms (0.12 sec)

  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);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 76.2K bytes
    - Viewed (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);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 95.5K bytes
    - Viewed (0)
Back to top