public abstract static class WinNT.SECURITY_IMPERSONATION_LEVEL
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SecurityAnonymous
The server process cannot obtain identification information about the
client, and it cannot impersonate the client.
|
static int |
SecurityDelegation
The server process can impersonate the client's security context on
remote systems.
|
static int |
SecurityIdentification
The server process can obtain information about the client, such as
security identifiers and privileges, but it cannot impersonate the
client.
|
static int |
SecurityImpersonation
The server process can impersonate the client's security context on
its local system.
|
Constructor and Description |
---|
SECURITY_IMPERSONATION_LEVEL() |
public static final int SecurityAnonymous
public static final int SecurityIdentification
public static final int SecurityImpersonation
public static final int SecurityDelegation