- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for WebAuthenticationDbm (0.07 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java
// ========= private static final WebAuthenticationDbm _instance = new WebAuthenticationDbm(); private WebAuthenticationDbm() { } public static WebAuthenticationDbm getInstance() { return _instance; } // ===================================================================================Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 13.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebAuthenticationBhv.java
return "web_authentication"; } @Override public String asEsSearchType() { return "web_authentication"; } @Override public WebAuthenticationDbm asDBMeta() { return WebAuthenticationDbm.getInstance(); } @Override protected <RESULT extends WebAuthentication> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { try {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.5K bytes - Click Count (0)