- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasComponent (1.99 sec)
-
src/main/java/org/codelibs/fess/sso/SsoManager.java
if ("aad".equals(ssoType)) { ssoType = "entraid"; } final String name = ssoType + "Authenticator"; if (ComponentUtil.hasComponent(name)) { return ComponentUtil.getComponent(name); } return null; } /** * Gets the configured SSO type from the system configuration. *
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.3K bytes - Viewed (0)