Uses of Interface
waffle.windows.auth.IWindowsAccount
Packages that use IWindowsAccount
Package
Description
Waffle JNA Utility Package.
Waffle JNA Windows Authorization Package.
Waffle JNA Windows Authorization Implementation Package.
-
Uses of IWindowsAccount in waffle.util
Methods in waffle.util with parameters of type IWindowsAccountModifier and TypeMethodDescriptionprotected voidWaffleInfo.addAccountInfo(Document doc, Element node, IWindowsAccount account) Adds the account info. -
Uses of IWindowsAccount in waffle.windows.auth
Methods in waffle.windows.auth that return IWindowsAccountModifier and TypeMethodDescriptionIWindowsIdentity.getGroups()Group memberships.IWindowsAuthProvider.lookupAccount(String username) Retrieve a security identifier (SID) for the account and the name of the domain or local computer on which the account was found.Constructors in waffle.windows.auth with parameters of type IWindowsAccountModifierConstructorDescriptionWindowsAccount(IWindowsAccount account) Instantiates a new windows account. -
Uses of IWindowsAccount in waffle.windows.auth.impl
Classes in waffle.windows.auth.impl that implement IWindowsAccountMethods in waffle.windows.auth.impl that return IWindowsAccountModifier and TypeMethodDescriptionWindowsIdentityImpl.getGroups()WindowsAuthProviderImpl.lookupAccount(String username)