- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for web_authentication (0.19 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.ParameterUtil; /** * @author FreeGen */ public class WebAuthentication extends BsWebAuthentication { private static final long serialVersionUID = 1L; private static final Logger logger = LogManager.getLogger(WebAuthentication.class); private WebConfig webConfig; public Authentication getAuthentication() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/webauth/ApiAdminWebauthAction.java
} /** * Creates an EditBody from a WebAuthentication entity. * * @param entity the web authentication entity to convert * @return the converted EditBody */ protected EditBody createEditBody(final WebAuthentication entity) { final EditBody body = new EditBody(); copyBeanToBean(entity, body, copyOp -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.1K bytes - Viewed (0)