Package waffle.windows.auth.impl
Class WindowsDomainImpl
java.lang.Object
waffle.windows.auth.impl.WindowsDomainImpl
- All Implemented Interfaces:
IWindowsDomain
Windows Domain.
- Author:
- dblock[at]dblock[dot]org
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsDomainImpl(com.sun.jna.platform.win32.Netapi32Util.DomainTrust trust) Instantiates a new windows domain impl.WindowsDomainImpl(String newFqn) Instantiates a new windows domain impl. -
Method Summary
Modifier and TypeMethodDescriptiongetFqn()Fully qualified domain name.Trust direction.Trust type.
-
Constructor Details
-
WindowsDomainImpl
Instantiates a new windows domain impl.- Parameters:
newFqn- the new fqn
-
WindowsDomainImpl
public WindowsDomainImpl(com.sun.jna.platform.win32.Netapi32Util.DomainTrust trust) Instantiates a new windows domain impl.- Parameters:
trust- the trust
-
-
Method Details
-
getFqn
Description copied from interface:IWindowsDomainFully qualified domain name.- Specified by:
getFqnin interfaceIWindowsDomain- Returns:
- String.
-
getTrustDirectionString
Description copied from interface:IWindowsDomainTrust direction.- Specified by:
getTrustDirectionStringin interfaceIWindowsDomain- Returns:
- String.
-
getTrustTypeString
Description copied from interface:IWindowsDomainTrust type.- Specified by:
getTrustTypeStringin interfaceIWindowsDomain- Returns:
- String.
-