- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for sambil (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/sso/saml/SamlAuthenticatorTest.java
} finally { // Clean up systemProperties.remove("saml.sp.base.url"); } } @Test public void test_buildDefaultUrl_allEndpoints() throws Exception { // Test all SAML endpoints are built correctly SamlAuthenticator authenticator = new SamlAuthenticator();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 18.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
// SAML fessConfig.setSystemProperty("saml.sp.base.url", form.samlSpBaseUrl); fessConfig.setSystemProperty("saml.attribute.group.name", form.samlAttributeGroupName); fessConfig.setSystemProperty("saml.attribute.role.name", form.samlAttributeRoleName); fessConfig.setSystemProperty("saml.default.groups", form.samlDefaultGroups);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** SAML service provider base URL. */ @Size(max = 1000) public String samlSpBaseUrl; /** SAML attribute name for group membership. */ @Size(max = 1000) public String samlAttributeGroupName; /** SAML attribute name for role membership. */ @Size(max = 1000) public String samlAttributeRoleName; /** SAML default groups. */ @Size(max = 1000)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
return fessConfig.getCrawlerDocumentMaxAlphanumTermSizeAsInteger(); } /** * Gets the maximum size for symbol terms from configuration. * * @return the maximum symbol term size */ protected int getMaxSymbolTermSize() { final FessConfig fessConfig = ComponentUtil.getFessConfig();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
@Test public void test_fullScenario_ssoEnabled() { currentSsoType = "saml"; final LoginCredential expectedCredential = new TestLoginCredential("samluser"); final ActionResponse expectedResponse = HtmlResponse.asEmptyBody(); final String expectedLogoutUrl = "https://saml.example.com/logout"; testAuthenticator.setLoginCredential(expectedCredential);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.5K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.file_auth_port=埠 labels.file_auth_scheme=方案 labels.file_auth_username=使用者名稱 labels.file_auth_password=密碼 labels.file_auth_parameters=參數 labels.file_auth_file_crawling_config=檔案爬網配置 labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} 條) labels.list_could_not_find_crud_table=未註冊。 labels.scheduledjob_configuration=作業排程器 labels.scheduledjob_title_details=作業Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/SsoProcessExceptionTest.java
} @Test public void test_throwAndCatchWithCause() { // Test throwing and catching the exception with cause String expectedMessage = "SAML assertion validation failed"; Exception expectedCause = new IllegalStateException("Invalid SAML response"); try { throw new SsoProcessException(expectedMessage, expectedCause); } catch (SsoProcessException e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
* @return The view helper. */ public static ViewHelper getViewHelper() { return getComponent(VIEW_HELPER); } /** * Gets the Samba helper component. * @return The Samba helper. */ public static SambaHelper getSambaHelper() { return getComponent(SAMBA_HELPER); } /** * Gets the query helper component.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
nterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),x=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB"...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/InvalidAccessTokenExceptionTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.7K bytes - Click Count (0)