- Sort Score
- Result 10 results
- Languages All
Results 21 - 22 of 22 for setDomain (0.11 sec)
-
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
public String getFullUNCPath () { return this.fullPath; } /** * {@inheritDoc} * * @see jcifs.internal.RequestWithPath#getDomain() */ @Override public String getDomain () { return this.domain; } /** * {@inheritDoc} * * @see jcifs.internal.RequestWithPath#getServer() */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 32.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
this.challenge = challenge; this.ansiHash = ansiHash; this.unicodeHash = unicodeHash; hashesExternal = true; } /** * Returns the domain. */ public String getDomain() { return domain; } /** * Returns the username. */ public String getUsername() { return username; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 22.5K bytes - Viewed (0)