| Package | Description |
|---|---|
| waffle.servlet |
Waffle JNA Servlet Package.
|
| waffle.servlet.spi |
Waffle JNA Servlet SPI Package.
|
| waffle.windows.auth |
Waffle JNA Windows Authorization Package.
|
| waffle.windows.auth.impl |
Waffle JNA Windows Authorization Implementation Package.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWindowsIdentity |
WindowsPrincipal.getIdentity() |
Underlying identity.
|
| Constructor | Description |
|---|---|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity) |
Instantiates a new auto disposable windows principal.
|
AutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
Instantiates a new auto disposable windows principal.
|
WindowsPrincipal(IWindowsIdentity windowsIdentity) |
A windows principal.
|
WindowsPrincipal(IWindowsIdentity windowsIdentity,
PrincipalFormat principalFormat,
PrincipalFormat roleFormat) |
A windows principal.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWindowsIdentity |
BasicSecurityFilterProvider.doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
|
IWindowsIdentity |
NegotiateSecurityFilterProvider.doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
|
IWindowsIdentity |
SecurityFilterProvider.doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Execute filter.
|
IWindowsIdentity |
SecurityFilterProviderCollection.doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Filter.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWindowsIdentity |
IWindowsSecurityContext.getIdentity() |
Windows Identity.
|
IWindowsIdentity |
IWindowsAuthProvider.logonDomainUser(String username,
String domain,
String password) |
The LogonDomainUser function attempts to log a user on to the local computer using a network logon type and the
default authentication provider.
|
IWindowsIdentity |
IWindowsAuthProvider.logonDomainUserEx(String username,
String domain,
String password,
int logonType,
int logonProvider) |
The LogonDomainUserEx function attempts to log a user on to the local computer.
|
IWindowsIdentity |
IWindowsAuthProvider.logonUser(String username,
String password) |
The LogonUser function attempts to log a user on to the local computer using a network logon type and the default
authentication provider.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
WindowsIdentityImpl |
Windows Identity.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWindowsIdentity |
WindowsSecurityContextImpl.getIdentity() |
|
IWindowsIdentity |
WindowsAuthProviderImpl.logonDomainUser(String username,
String domain,
String password) |
|
IWindowsIdentity |
WindowsAuthProviderImpl.logonDomainUserEx(String username,
String domain,
String password,
int logonType,
int logonProvider) |
|
IWindowsIdentity |
WindowsAuthProviderImpl.logonUser(String username,
String password) |
Copyright © 2010–2018 com.github.waffle. All rights reserved.