JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
waffle.jna
waffle.windows.auth
IWindowsAccount
Contents
Description
Method Summary
Method Details
getSidString()
getFqn()
getName()
getDomain()
Hide sidebar
Show sidebar
Interface IWindowsAccount
All Known Implementing Classes:
WindowsAccountImpl
public interface
IWindowsAccount
Windows account.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDomain
()
Domain name.
String
getFqn
()
Fully qualified username.
String
getName
()
User name.
String
getSidString
()
Security identifier.
Method Details
getSidString
String
getSidString
()
Security identifier.
Returns:
String in the S- format.
getFqn
String
getFqn
()
Fully qualified username.
Returns:
String.
getName
String
getName
()
User name.
Returns:
String.
getDomain
String
getDomain
()
Domain name.
Returns:
String.