Serializablepublic class WindowsAccount extends Object implements Serializable
| Constructor | Description |
|---|---|
WindowsAccount(IWindowsAccount account) |
Instantiates a new windows account.
|
| Modifier and Type | Method | 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 accountpublic String getSidString()
public String getFqn()
public String getName()
public String getDomain()
Copyright © 2010–2018 com.github.waffle. All rights reserved.