public class Winnetwk.ConnectFlag
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_CMD_SAVECRED
If this flag is set, and the operating system prompts for a
credential, the credential should be saved by the credential manager.
|
static int |
CONNECT_COMMANDLINE
If this flag is set, the operating system prompts the user for
authentication using the command line instead of a graphical user
interface (GUI).
|
static int |
CONNECT_INTERACTIVE
If this flag is set, the operating system may interact with the user
for authentication purposes.
|
static int |
CONNECT_LOCALDRIVE
If this flag is set, the connection was made using a local device
redirection.
|
static int |
CONNECT_PROMPT
This flag instructs the system not to use any default settings for
user names or passwords without offering the user the opportunity to
supply an alternative.
|
static int |
CONNECT_REDIRECT
This flag forces the redirection of a local device when making the
connection.
|
static int |
CONNECT_UPDATE_PROFILE
This flag instructs the operating system to store the network
resource connection.
|
Constructor and Description |
---|
ConnectFlag() |
public static final int CONNECT_UPDATE_PROFILE
public static final int CONNECT_INTERACTIVE
public static final int CONNECT_PROMPT
public static final int CONNECT_REDIRECT
public static final int CONNECT_LOCALDRIVE
public static final int CONNECT_COMMANDLINE
public static final int CONNECT_CMD_SAVECRED