public abstract class AccCtrl.SE_OBJECT_TYPE
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
SE_DS_OBJECT |
Indicates a directory service object or a property set or property of
a directory service object.
|
static int |
SE_DS_OBJECT_ALL |
The server process can impersonate the client's security context on
remote systems.
|
static int |
SE_FILE_OBJECT |
Indicates a file or directory.
|
static int |
SE_KERNEL_OBJECT |
Indicates a local kernel object.
|
static int |
SE_LMSHARE |
Indicates a network share.
|
static int |
SE_PRINTER |
Indicates a printer.
|
static int |
SE_PROVIDER_DEFINED_OBJECT |
Indicates a provider-defined object.
|
static int |
SE_REGISTRY_KEY |
Indicates a registry key.
|
static int |
SE_REGISTRY_WOW64_32KEY |
Indicates an object for a registry entry under WOW64.
|
static int |
SE_SERVICE |
Indicates a Windows service.
|
static int |
SE_UNKNOWN_OBJECT_TYPE |
Unknown object type.
|
static int |
SE_WINDOW_OBJECT |
Indicates a window station or desktop object on the local computer.
|
static int |
SE_WMIGUID_OBJECT |
Indicates a WMI object.
|
Constructor | Description |
---|---|
SE_OBJECT_TYPE() |
public static final int SE_UNKNOWN_OBJECT_TYPE
public static final int SE_FILE_OBJECT
A relative path, such as FileName.dat or ..\FileName An absolute path, such as FileName.dat, C:\DirectoryName\FileName.dat, or G:\RemoteDirectoryName\FileName.dat. A UNC name, such as \\ComputerName\ShareName\FileName.dat.
public static final int SE_SERVICE
public static final int SE_PRINTER
public static final int SE_REGISTRY_KEY
The names of registry keys must use the following literal strings to identify the predefined registry keys: "CLASSES_ROOT", "CURRENT_USER", "MACHINE", and "USERS".
public static final int SE_LMSHARE
public static final int SE_KERNEL_OBJECT
public static final int SE_WINDOW_OBJECT
public static final int SE_DS_OBJECT
public static final int SE_DS_OBJECT_ALL
public static final int SE_PROVIDER_DEFINED_OBJECT
public static final int SE_WMIGUID_OBJECT
public static final int SE_REGISTRY_WOW64_32KEY