Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for credentialsSupplied (0.06 sec)

  1. src/main/java/jcifs/smb1/http/NetworkExplorer.java

        /** The CSS style for HTML rendering */
        private String style;
        /** The NTLM SSP handler */
        private NtlmSsp ntlmSsp;
        /** Flag indicating if credentials were supplied */
        private boolean credentialsSupplied;
        /** Flag to enable basic authentication */
        private boolean enableBasic;
        /** Flag to allow insecure basic authentication */
        private boolean insecureBasic;
        /** The authentication realm */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/http/NetworkExplorer.java

        /** The CSS style for HTML rendering */
        private String style;
        /** Flag indicating if credentials were supplied */
        private boolean credentialsSupplied;
        /** Flag to enable basic authentication */
        private boolean enableBasic;
        /** Flag to allow insecure basic authentication */
        private boolean insecureBasic;
        /** The authentication realm */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  3. src/test/java/jcifs/http/NetworkExplorerTest.java

                        transportContextField.set(this, SingletonContext.getInstance());
    
                        java.lang.reflect.Field credentialsSuppliedField = NetworkExplorer.class.getDeclaredField("credentialsSupplied");
                        credentialsSuppliedField.setAccessible(true);
                        credentialsSuppliedField.set(this, false);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top