- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getMachineId (0.14 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
return this.guestPassword; } @Override public boolean isAllowGuestFallback () { return this.allowGuestFallback; } @Override public byte[] getMachineId () { return this.machineId; } /** * {@inheritDoc} * * @see jcifs.Configuration#getBatchLimit(java.lang.String) */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * Normally this should be randomly assigned for each client instance/configuration. * * @return machine identifier (32 byte) */ byte[] getMachineId (); /** * * * Property <tt>jcifs.smb.client.disableSpnegoIntegrity</tt> (boolean, false) * * @return whether to disable sending/verifying SPNEGO mechanismListMIC
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)