Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for webauth (0.04 sec)

  1. src/main/java/jcifs/context/CIFSContextCredentialWrapper.java

            if (auth != null) {
                final NtlmPasswordAuthenticator newAuth =
                        NtlmAuthenticator.requestNtlmPasswordAuthentication(auth, locationHint, error instanceof SmbAuthException s ? s : null);
                if (newAuth != null) {
                    this.creds = newAuth;
                    return true;
                }
            }
            return false;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/exentity/FileConfig.java

                    final SmbAuthentication smbAuth = new SmbAuthentication();
                    final Map<String, String> map = ParameterUtil.parse(fileAuth.getParameters());
                    final String domain = map.get("domain");
                    smbAuth.setDomain(domain == null ? StringUtil.EMPTY : domain);
                    smbAuth.setServer(fileAuth.getHostname());
                    smbAuth.setPort(fileAuth.getPort() == null ? -1 : fileAuth.getPort());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Apr 03 09:24:53 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb/SmbSessionInternalTest.java

        @Test
        @DisplayName("reauthenticate throws CIFSException when underlying call fails")
        void reauthenticate_throws() throws CIFSException {
            doThrow(new CIFSException("reauth failed")).when(session).reauthenticate();
            CIFSException ex = assertThrows(CIFSException.class, () -> session.reauthenticate());
            assertTrue(ex.getMessage().contains("failed"));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  4. 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 Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Aug 15 23:30:12 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. src/test/java/jcifs/smb/SIDTest.java

            @Test
            @DisplayName("Binary constructor happy path and round-trip via toByteArray")
            void testBinaryConstructorAndToByteArray() {
                // Arrange: revision=1, count=2, identAuth zeros except last byte, subauth 10, 20
                byte[] ident = new byte[] { 0, 0, 0, 0, 0, 5 };
                rpc.sid_t st = buildSidT((byte) 1, ident, 10, 20);
    
                byte[] bytes = SID.toByteArray(st);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  6. 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 Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/SmbSessionImpl.java

                                    }
                                }
                                log.debug("Session expired, trying reauth", e);
                                return reauthenticate(trans, this.targetDomain, request, response, params);
                            }
                        }
                        if (log.isTraceEnabled()) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
Back to top