Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WebAuthenticationCB (0.18 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebAuthenticationBhv.java

        }
    
        @Override
        protected Class<WebAuthenticationCB> typeOfHandlingConditionBean() {
            return WebAuthenticationCB.class;
        }
    
        public ListResultBean<WebAuthentication> selectList(CBCall<WebAuthenticationCB> cbLambda) {
            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<WebAuthentication> selectPage(CBCall<WebAuthenticationCB> cbLambda) {
            // #pending same?
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java

            return "org.codelibs.fess.opensearch.config.exentity.WebAuthentication";
        }
    
        @Override
        public String getConditionBeanTypeName() {
            return "org.codelibs.fess.opensearch.config.cbean.WebAuthenticationCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.WebAuthenticationBhv";
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 13.1K bytes
    - Viewed (0)
Back to top