WindowsIdentityImplpublic interface IWindowsIdentity
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispose() |
Dispose of the Windows identity.
|
String |
getFqn() |
Fully qualified name.
|
IWindowsAccount[] |
getGroups() |
Group memberships.
|
byte[] |
getSid() |
Sid.
|
String |
getSidString() |
Sid.
|
IWindowsImpersonationContext |
impersonate() |
Impersonate a logged on user.
|
boolean |
isGuest() |
Returns true if the identity represents a Guest account.
|
String getSidString()
byte[] getSid()
String getFqn()
IWindowsAccount[] getGroups()
IWindowsImpersonationContext impersonate()
void dispose()
boolean isGuest()
Copyright © 2010–2018 com.github.waffle. All rights reserved.