Uses of Interface
waffle.windows.auth.IWindowsSecurityContext
Packages that use IWindowsSecurityContext
Package
Description
Waffle JNA Windows Authorization Package.
Waffle JNA Windows Authorization Implementation Package.
-
Uses of IWindowsSecurityContext in waffle.windows.auth
Methods in waffle.windows.auth that return IWindowsSecurityContextModifier and TypeMethodDescriptionIWindowsAuthProvider.acceptSecurityToken(String connectionId, byte[] token, String securityPackage) Attempts to validate the user using an SSPI token. -
Uses of IWindowsSecurityContext in waffle.windows.auth.impl
Classes in waffle.windows.auth.impl that implement IWindowsSecurityContextMethods in waffle.windows.auth.impl that return IWindowsSecurityContextModifier and TypeMethodDescriptionWindowsAuthProviderImpl.acceptSecurityToken(String connectionId, byte[] token, String securityPackage) static IWindowsSecurityContextWindowsSecurityContextImpl.getCurrent(String securityPackage, String targetName) Get the current Windows security context for a given SSPI package.