Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for webauth (0.09 sec)

  1. src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java

            final List<Authentication> basicAuthList = new ArrayList<>();
            for (final WebAuthentication webAuth : webAuthList) {
                basicAuthList.add(webAuth.getAuthentication());
            }
            paramMap.put(HcHttpClient.AUTHENTICATIONS_PROPERTY, basicAuthList.toArray(new Authentication[basicAuthList.size()]));
    
            // request header
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java

                        }
    
                        final SmbAuthentication smbAuth = new SmbAuthentication();
                        smbAuth.setDomain(domain == null ? StringUtil.EMPTY : domain);
                        smbAuth.setServer(hostname);
                        if (StringUtil.isNotBlank(port)) {
                            try {
                                smbAuth.setPort(Integer.parseInt(port));
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 01:54:15 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    online.help.name.dataconfig=dataconfig
    online.help.name.systeminfo=systeminfo
    online.help.name.user=user
    online.help.name.group=group
    online.help.name.design=design
    online.help.name.dashboard=dashboard
    online.help.name.webauth=webauth
    online.help.name.fileconfig=fileconfig
    online.help.name.fileauth=fileauth
    online.help.name.labeltype=labeltype
    online.help.name.duplicatehost=duplicatehost
    online.help.name.scheduler=scheduler
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. dashboard */
        String ONLINE_HELP_NAME_DASHBOARD = "online.help.name.dashboard";
    
        /** The key of the configuration. e.g. webauth */
        String ONLINE_HELP_NAME_WEBAUTH = "online.help.name.webauth";
    
        /** The key of the configuration. e.g. fileconfig */
        String ONLINE_HELP_NAME_FILECONFIG = "online.help.name.fileconfig";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  5. docs/de/docs/features.md

        * Header-Feldern.
        * Anfrageparametern.
        * Cookies, usw.
    
    Zusätzlich alle Sicherheitsfunktionen von Starlette (inklusive **Session Cookies**).
    
    Alles als wiederverwendbare Tools und Komponenten gebaut, die einfach in ihre Systeme, Datenspeicher, relationalen und nicht-relationalen Datenbanken, usw., integriert werden können.
    
    ### Einbringen von Abhängigkeiten (Dependency Injection)
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Aug 15 23:30:12 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. compat/maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/h2/pom.xml
    	quarkus/extensions/jdbc/jdbc-h2/deployment/pom.xml
    quarkus/integration-tests/security-webauthn/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml
    	quarkus/extensions/security-webauthn/runtime/pom.xml
    	quarkus/test-framework/security-webauthn/pom.xml
    	quarkus/extensions/reactive-pg-client/runtime/pom.xml
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 224K bytes
    - Viewed (0)
  7. docs/de/docs/index.md

    ---
    
    „_Ehrlich, was Du gebaut hast, sieht super solide und poliert aus. In vielerlei Hinsicht ist es so, wie ich **Hug** haben wollte – es ist wirklich inspirierend, jemanden so etwas bauen zu sehen._“
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/bootstrap.min.js.map

    B,aAAA,WACE,IAAMlB,EAAM5c,KAAKud,gBACjBvd,KAAKye,kBAAkB3hB,UAAE8f,EAAIlY,iBAtWF,mBAsW6C1E,KAAKue,YAC7EzhB,UAAE8f,GAAK5a,YAAe0P,cAGxB+M,oBAAA,SAAkBlc,EAAUmc,GACH,iBAAZA,IAAyBA,EAAQ7gB,WAAY6gB,EAAQ9e,OAa5DI,KAAKhC,OAAO2b,MACV3Z,KAAKhC,OAAO+b,WACd2E,EAAUtH,GAAasH,EAAS1e,KAAKhC,OAAOsZ,UAAWtX,KAAKhC,OAAOuZ,aAGrEhV,EAASoX,KAAK+E,IAEdnc,EAASoc,KAAKD,GAlBV1e,KAAKhC,OAAO2b,KACT7c,UAAE4hB,GAAS/c,SAASjB,GAAG6B,IAC1BA,EAASqc,QAAQC,OAAOH,GAG1Bnc,EAASoc,KAAK7hB,UAAE4hB,GAASC,SAiB/BJ,WAAA,WACE,IAAI9E,EAAQzZ,KA...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
Back to top