Uses of Interface
waffle.windows.auth.IWindowsIdentity
Packages that use IWindowsIdentity
Package
Description
Waffle JNA Servlet Package.
Waffle JNA Servlet SPI Package.
Waffle JNA Windows Authorization Package.
Waffle JNA Windows Authorization Implementation Package.
-
Uses of IWindowsIdentity in waffle.servlet
Methods in waffle.servlet that return IWindowsIdentityConstructors in waffle.servlet with parameters of type IWindowsIdentityModifierConstructorDescriptionAutoDisposableWindowsPrincipal
(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. -
Uses of IWindowsIdentity in waffle.servlet.spi
Methods in waffle.servlet.spi that return IWindowsIdentityModifier and TypeMethodDescriptionBasicSecurityFilterProvider.doFilter
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) NegotiateSecurityFilterProvider.doFilter
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) SecurityFilterProvider.doFilter
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Execute filter.SecurityFilterProviderCollection.doFilter
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Filter. -
Uses of IWindowsIdentity in waffle.windows.auth
Methods in waffle.windows.auth that return IWindowsIdentityModifier and TypeMethodDescriptionIWindowsSecurityContext.getIdentity()
Windows Identity.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.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.The LogonUser function attempts to log a user on to the local computer using a network logon type and the default authentication provider. -
Uses of IWindowsIdentity in waffle.windows.auth.impl
Classes in waffle.windows.auth.impl that implement IWindowsIdentityMethods in waffle.windows.auth.impl that return IWindowsIdentityModifier and TypeMethodDescriptionWindowsSecurityContextImpl.getIdentity()
WindowsAuthProviderImpl.logonDomainUser
(String username, String domain, String password) WindowsAuthProviderImpl.logonDomainUserEx
(String username, String domain, String password, int logonType, int logonProvider)