public class WindowsAccount extends Object implements Serializable
| Constructor and Description |
|---|
WindowsAccount(IWindowsAccount account)
Instantiates a new windows account.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomain()
Gets the domain.
|
String |
getFqn()
Gets the fqn.
|
String |
getName()
Gets the name.
|
String |
getSidString()
Gets the sid string.
|
int |
hashCode() |
public WindowsAccount(IWindowsAccount account)
account - the accountCopyright © 2010–2020 com.github.waffle. All rights reserved.