- Sort Score
- Result 10 results
- Languages All
Results 41 - 47 of 47 for SET (0.03 sec)
-
src/main/java/jcifs/ntlmssp/NtlmMessage.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
} /** * @param notifyFlags * the notifyFlags to set */ public void setNotifyFlags ( int notifyFlags ) { this.notifyFlags = notifyFlags; } /** * @param completionFilter * the completionFilter to set */ public void setCompletionFilter ( int completionFilter ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/session/Smb2SessionSetupRequest.java
return new Smb2SessionSetupResponse(tc.getConfig()); } /** * @param sessionBinding * the sessionBinding to set */ public void setSessionBinding ( boolean sessionBinding ) { this.sessionBinding = sessionBinding; } /** * {@inheritDoc} *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java
/** * @return the isExtended */ public final boolean isExtended () { return this.isExtended; } /** * @param isExtended * the isExtended to set */ public final void setExtended ( boolean isExtended ) { this.isExtended = isExtended; } /** * @return the oplockLevel */ public final byte getOplockLevel () {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
*/ public boolean isAsyncHandled () { return this.asyncHandled; } /** * @param asyncHandled * the asyncHandled to set */ public void setAsyncHandled ( boolean asyncHandled ) { this.asyncHandled = asyncHandled; } /** * {@inheritDoc} *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmServlet.java
private boolean enableBasic; private boolean insecureBasic; private String realm; public void init(ServletConfig config) throws ServletException { super.init(config); /* Set jcifs.smb1 properties we know we want; soTimeout and cachePolicy to 10min. */ Config.setProperty( "jcifs.smb1.smb.client.soTimeout", "300000" ); Config.setProperty( "jcifs.smb1.netbios.cachePolicy", "600" );
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/JAASAuthenticator.java
* * This will create a JAAS configuration with the specified properties that is used to obtain a TGT. * * @param properties * JAAS properties to set * @param domain * @param username * @param password */ public JAASAuthenticator ( Map<String, ?> properties, String domain, String username, String password ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.1K bytes - Viewed (0)