- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for _default_ (2.24 sec)
-
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
* * <h2>Optional Configuration</h2> * <pre> * # User attribute mapping * saml.attribute.group.name=groups * saml.attribute.role.name=roles * * # Default groups/roles for authenticated users * saml.default.groups=user * saml.default.roles=user * </pre> * * <h2>Security Settings (Production)</h2> * <p>For production environments, consider enabling these security features:</p> * <pre>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
} /** * Builds a default redirect URL for OpenID Connect based on the environment. * Uses the configured base URL or defaults to http://localhost:8080 for compatibility * with common OIDC provider configurations. * * @return the default redirect URL */ protected String buildDefaultRedirectUrl() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
* @return detected storage type */ public static StorageType detectStorageType(final String endpoint) { if (StringUtil.isBlank(endpoint)) { // Default to S3 if no endpoint (uses AWS default) return StorageType.S3; } final String lowerEndpoint = endpoint.toLowerCase(Locale.ROOT); // GCS patternsRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 4.2K bytes - Viewed (0) -
README.md
### Browser UI - Search UI: http://localhost:8080/  - Admin UI: http://localhost:8080/admin/ (default username/password is admin/admin) 
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 00:28:33 UTC 2025 - 7.8K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
/** Jackson ObjectMapper for JSON serialization/deserialization. */ protected ObjectMapper mapper = new ObjectMapper();; /** * Default constructor for creating a new SearchHelper instance. */ public SearchHelper() { // Default constructor } // ===================================================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} } return getDefaultHelpLink(url); } /** * Gets the default help link for a given URL. * * @param url The URL. * @return The default help link. */ protected String getDefaultHelpLink(final String url) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
pom.xml
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0)