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