- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for AUTHENTICATING (0.05 sec)
-
src/main/java/jcifs/internal/smb2/multichannel/ChannelState.java
*/ DISCONNECTED(0), /** * Connection establishment in progress */ CONNECTING(1), /** * Authentication in progress */ AUTHENTICATING(2), /** * Channel is established and ready for use */ ESTABLISHED(3), /** * Channel binding in progress */ BINDING(4), /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 1.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbAuthentication.java
/** * Represents SMB1 authentication information, including server details, * credentials, and domain. This class is used to encapsulate the necessary * information for authenticating with an SMB1 server. * * <p> * It provides methods to set and retrieve the server address, port, username, * password, and domain. Additionally, it offers a method to construct a path
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthentication.java
package org.codelibs.fess.crawler.client.smb; /** * Represents SMB authentication information, including server details, * credentials, and domain. This class is used to encapsulate the necessary * information for authenticating with an SMB server. * * <p> * It provides methods to set and retrieve the server address, port, username, * password, and domain. Additionally, it offers a method to construct a path
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.9K bytes - Viewed (0)