- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for samlAuthenticator (0.14 seconds)
-
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
* * @see <a href="https://fess.codelibs.org/">Fess Documentation</a> */ public class SamlAuthenticator implements SsoAuthenticator { /** * Constructor. */ public SamlAuthenticator() { super(); } private static final Logger logger = LogManager.getLogger(SamlAuthenticator.class); /** * The prefix for SAML properties. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 03:13:33 GMT 2026 - 20.2K bytes - Click Count (3) -
src/test/java/org/codelibs/fess/sso/saml/SamlAuthenticatorTest.java
SamlAuthenticator authenticator = new SamlAuthenticator(); // Ensure the property is not set DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); systemProperties.remove("saml.sp.base.url"); // Use reflection to access protected method Method buildDefaultUrlMethod = SamlAuthenticator.class.getDeclaredMethod("buildDefaultUrl", String.class);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)