| Package | Description |
|---|---|
| waffle.windows.auth |
Waffle JNA Windows Authorization Package.
|
| waffle.windows.auth.impl |
Waffle JNA Windows Authorization Implementation Package.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWindowsSecurityContext |
IWindowsAuthProvider.acceptSecurityToken(String connectionId,
byte[] token,
String securityPackage) |
Attempts to validate the user using an SSPI token.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
WindowsSecurityContextImpl |
Windows Security Context.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWindowsSecurityContext |
WindowsAuthProviderImpl.acceptSecurityToken(String connectionId,
byte[] token,
String securityPackage) |
|
static IWindowsSecurityContext |
WindowsSecurityContextImpl.getCurrent(String securityPackage,
String targetName) |
Get the current Windows security context for a given SSPI package.
|
Copyright © 2010–2018 com.github.waffle. All rights reserved.