| Package | Description |
|---|---|
| waffle.servlet |
Waffle JNA Servlet Package.
|
| waffle.windows.auth |
Waffle JNA Windows Authorization Package.
|
| Modifier and Type | Method | Description |
|---|---|---|
PrincipalFormat |
NegotiateSecurityFilter.getPrincipalFormat() |
Principal format.
|
PrincipalFormat |
NegotiateSecurityFilter.getRoleFormat() |
Principal format.
|
| Constructor | Description |
|---|---|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
Instantiates a new auto disposable windows principal.
|
WindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
A windows principal.
|
| Modifier and Type | Method | 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–2018 com.github.waffle. All rights reserved.