- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getWebAuthenticationList (0.09 sec)
-
src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java
} else { paramMap.put(Client.USER_AGENT, userAgent); } final List<WebAuthentication> webAuthList = webAuthenticationService.getWebAuthenticationList(getId()); final List<Authentication> basicAuthList = new ArrayList<>(); for (final WebAuthentication webAuth : webAuthList) { basicAuthList.add(webAuth.getAuthentication()); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 9.8K bytes - Viewed (0)