Package waffle.windows.auth.impl
Class WindowsComputerImpl
- java.lang.Object
-
- waffle.windows.auth.impl.WindowsComputerImpl
-
- All Implemented Interfaces:
IWindowsComputer
public class WindowsComputerImpl extends Object implements IWindowsComputer
Windows Computer.- Author:
- dblock[at]dblock[dot]org
-
-
Constructor Summary
Constructors Constructor Description WindowsComputerImpl(String newComputerName)Instantiates a new windows computer impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComputerName()Computer name.String[]getGroups()Groups.StringgetJoinStatus()Join status.StringgetMemberOf()Member of (domain).
-
-
-
Constructor Detail
-
WindowsComputerImpl
public WindowsComputerImpl(String newComputerName)
Instantiates a new windows computer impl.- Parameters:
newComputerName- the new computer name
-
-
Method Detail
-
getComputerName
public String getComputerName()
Description copied from interface:IWindowsComputerComputer name.- Specified by:
getComputerNamein interfaceIWindowsComputer- Returns:
- String.
-
getGroups
public String[] getGroups()
Description copied from interface:IWindowsComputerGroups.- Specified by:
getGroupsin interfaceIWindowsComputer- Returns:
- Array of group names.
-
getJoinStatus
public String getJoinStatus()
Description copied from interface:IWindowsComputerJoin status.- Specified by:
getJoinStatusin interfaceIWindowsComputer- Returns:
- String.
-
getMemberOf
public String getMemberOf()
Description copied from interface:IWindowsComputerMember of (domain).- Specified by:
getMemberOfin interfaceIWindowsComputer- Returns:
- String.
-
-