- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isEntraIdUseDomainServices (0.09 seconds)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
* Uses new entraid.use.ds key with fallback to legacy aad.use.ds. * @return true if domain services are enabled, false otherwise. */ default boolean isEntraIdUseDomainServices() { String value = getSystemProperty("entraid.use.ds", null); if (StringUtil.isBlank(value)) { value = getSystemProperty("aad.use.ds", "true"); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)