- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for FileAuthenticationBhv (0.07 seconds)
-
src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java
public FileAuthenticationService() { // Default constructor } /** * Behavior class for file authentication database operations. */ @Resource protected FileAuthenticationBhv fileAuthenticationBhv; /** * Configuration settings for the Fess application. */ @Resource protected FessConfig fessConfig; /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/FileConfigService.java
/** * Behavior class for file authentication database operations. * Manages authentication configurations associated with file configurations. */ @Resource protected FileAuthenticationBhv fileAuthenticationBhv; /** * Fess configuration object providing access to application settings. * Used for retrieving pagination and other configuration parameters. */ @ResourceCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileAuthenticationDbm.java
return "org.codelibs.fess.opensearch.config.cbean.FileAuthenticationCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.config.exbhv.FileAuthenticationBhv"; } // =================================================================================== // Object Type
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 12.6K bytes - Click Count (0)