Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BsWebAuthenticationCA (0.31 sec)

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

        public void setAuthRealm_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebAuthenticationCA> aggsLambda) {
            setAuthRealm_Terms("authRealm", opLambda, aggsLambda);
        }
    
        public void setAuthRealm_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda,
                OperatorCall<BsWebAuthenticationCA> aggsLambda) {
            TermsAggregationBuilder builder = regTermsA(name, "authRealm");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java

        //                                                                         ===========
        public BsWebAuthenticationCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsWebAuthenticationCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/ca/WebAuthenticationCA.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsWebAuthenticationCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class WebAuthenticationCA extends BsWebAuthenticationCA {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 849 bytes
    - Viewed (0)
Back to top