- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for WebAuthenticationCB (0.07 seconds)
-
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?Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.5K bytes - Click Count (0) -
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"; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 13.1K bytes - Click Count (0)