Package waffle.windows.auth
Class WindowsAccount
- java.lang.Object
-
- waffle.windows.auth.WindowsAccount
-
- All Implemented Interfaces:
Serializable
public class WindowsAccount extends Object implements Serializable
A flattened Windows Account used in a Windows principal.- Author:
- dblock[at]dblock[dot]org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowsAccount(IWindowsAccount account)Instantiates a new windows account.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDomain()Gets the domain.StringgetFqn()Gets the fqn.StringgetName()Gets the name.StringgetSidString()Gets the sid string.inthashCode()
-
-
-
Constructor Detail
-
WindowsAccount
public WindowsAccount(IWindowsAccount account)
Instantiates a new windows account.- Parameters:
account- the account
-
-