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/es/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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java

            return "org.codelibs.fess.es.config.exentity.WebAuthentication";
        }
    
        @Override
        public String getConditionBeanTypeName() {
            return "org.codelibs.fess.es.config.cbean.WebAuthenticationCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.es.config.exbhv.WebAuthenticationBhv";
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top