- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AuthScope (0.03 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
return new FormScheme(parameterMap); } return null; } private AuthScope getAuthScope() { if (StringUtil.isBlank(getHostname())) { return AuthScope.ANY; } int p; if (getPort() == null) { p = AuthScope.ANY_PORT; } else { p = getPort(); } String r = getAuthRealm();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.9K bytes - Viewed (0)