Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ut_host (0.04 sec)

  1. docs/sts/wso2.md

        - Copy the OAuth Client Key as the value for `<CLIENT_ID>`.
        - Copy the OAuth Client Secret as the value for `<CLIENT_SECRET>`.
      - By default, `<IS_HOST>` is localhost. However, if using a public IP, the respective IP address or domain needs to be specified.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  2. src/test/java/jcifs/netbios/UniAddressTest.java

            }
    
            @Test
            void shouldReturnWrappedAddressToStringWhenWrappedIsNbtAddress() {
                when(mockNbtAddress.toString()).thenReturn("NBT_HOST/192.168.1.2");
                UniAddress uniAddress = new UniAddress(mockNbtAddress);
                assertEquals("NBT_HOST/192.168.1.2", uniAddress.toString());
            }
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 16.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbSessionImpl.java

        }
    
        /**
         * @param tf
         * @param tdom
         * @param thost
         * @return
         */
        protected boolean matches(CIFSContext tf, String thost, String tdom) {
            return Objects.equals(this.getCredentials(), tf.getCredentials()) && Objects.equals(this.targetHost, thost)
                    && Objects.equals(this.targetDomain, tdom);
        }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
Back to top