- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDomain (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthentication.java
/** * Returns the domain for SMB authentication. * @return the domain */ public String getDomain() { return domain; } /** * Sets the domain for SMB authentication. * @param domain the domain to set */ public void setDomain(final String domain) { this.domain = domain; } /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbAuthentication.java
} /** * Returns the domain. * @return The domain. */ public String getDomain() { return domain; } /** * Sets the domain. * @param domain The domain to set. */ public void setDomain(final String domain) { this.domain = domain; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 3.9K bytes - Viewed (0)