- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BsWebAuthenticationCQ (0.24 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/WebAuthenticationCQ.java
*/ package org.codelibs.fess.opensearch.config.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsWebAuthenticationCQ; /** * @author ESFlute (using FreeGen) */ public class WebAuthenticationCQ extends BsWebAuthenticationCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 865 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebAuthenticationCB.java
public BsWebAuthenticationCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsWebAuthenticationCQ doGetConditionQuery() { if (_conditionQuery == null) { _conditionQuery = createLocalCQ(); } return _conditionQuery; } protected BsWebAuthenticationCQ createLocalCQ() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0)