JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
waffle.windows.auth
Interface IWindowsAccount
All Known Implementing Classes:
WindowsAccountImpl
public interface
IWindowsAccount
Windows account.
Author:
dblock[at]dblock[dot]org
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.