Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setAuthRealm_InScope (0.86 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebAuthenticationCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setAuthRealm_InScope(Collection<String> authRealmList) {
            setAuthRealm_Terms(authRealmList, null);
        }
    
        public void setAuthRealm_InScope(Collection<String> authRealmList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            setAuthRealm_Terms(authRealmList, opLambda);
        }
    
    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