- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for web_authentication (0.12 sec)
-
src/main/resources/fess_indices/fess_config.web_authentication/web_authentication.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 699 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.web_authentication.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 173 bytes - Viewed (0) -
src/main/config/es/fess_config_web_authentication.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java
return createOptionalEntity(doSelectByPK(id, tp), id); } @Override protected Class<? extends WebAuthentication> typeOfSelectedEntity() { return WebAuthentication.class; } @Override protected Class<WebAuthentication> typeOfHandlingEntity() { return WebAuthentication.class; } @Override protected Class<WebAuthenticationCB> typeOfHandlingConditionBean() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java
{ setupEpg(_epgMap, et -> ((WebAuthentication) et).getAuthRealm(), (et, vl) -> ((WebAuthentication) et).setAuthRealm(DfTypeUtil.toString(vl)), "authRealm"); setupEpg(_epgMap, et -> ((WebAuthentication) et).getCreatedBy(), (et, vl) -> ((WebAuthentication) et).setCreatedBy(DfTypeUtil.toString(vl)), "createdBy"); setupEpg(_epgMap, et -> ((WebAuthentication) et).getCreatedTime(),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 13K bytes - Viewed (0) -
dbflute_fess/dfprop/esfluteMap.dfprop
; fess_config.thumbnail_queue = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.web_authentication = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.web_config = map:{
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java
@Override public WebAuthenticationDbm asDBMeta() { return WebAuthenticationDbm.getInstance(); } @Override public String asTableDbName() { return "web_authentication"; } @Override public boolean hasSpecifiedColumn() { return _specification != null; } @Override public ConditionQuery localCQ() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java
@Override public WebAuthenticationDbm asDBMeta() { return WebAuthenticationDbm.getInstance(); } @Override public String asTableDbName() { return "web_authentication"; } // =================================================================================== // Source
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9K bytes - Viewed (0) -
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.thumbnail_queue/thumbnail_queue"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.web_authentication/web_authentication"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.web_config/web_config"</arg> </postConstruct> <!-- fess_user index -->
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:20:52 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java
"fess_config.role_type", // "fess_config.scheduled_job", // "fess_config.thumbnail_queue", // "fess_config.web_authentication", // "fess_config.web_config", // "fess_user.group", // "fess_user.role", // "fess_user.user", // "configsync", //
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 54K bytes - Viewed (0)