| Package | Description |
|---|---|
| waffle.servlet |
Waffle JNA Servlet Package.
|
| waffle.windows.auth |
Waffle JNA Windows Authorization Package.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalFormat |
NegotiateSecurityFilter.getPrincipalFormat()
Principal format.
|
PrincipalFormat |
NegotiateSecurityFilter.getRoleFormat()
Principal format.
|
| Constructor and Description |
|---|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
WindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat)
A windows principal.
|
| Modifier and Type | Method and Description |
|---|---|
static PrincipalFormat |
PrincipalFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalFormat[] |
PrincipalFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2014 com.github.dblock. All Rights Reserved.