Package com.sun.jna.platform.win32
Klasse Netapi32Util.DomainTrust
java.lang.Object
com.sun.jna.platform.win32.Netapi32Util.DomainTrust
- Umschließende Klasse:
Netapi32Util
A domain trust relationship.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungDNS name of the domain.Contains the GUID of the domain represented by this structure.Contains the string representation of the GUID of the domain represented by this structure.Contains the security identifier of the domain represented by this structure.Contains the string representation of the security identifier of the domain represented by this structure.NetBIOS name of the domain. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
The domain represented by this structure directly trusts the domain that the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function is a member of.boolean
The domain represented by this structure is a member of the same forest as the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function.boolean
The domain represented by this structure is running in the Windows 2000 native mode.boolean
The domain represented by this structure is directly trusted by the domain that the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function is a member of.boolean
The domain represented by this structure is the primary domain of the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function.boolean
isRoot()
The domain represented by this structure is the root of a tree and a member of the same forest as the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function.
-
Felddetails
-
NetbiosDomainName
NetBIOS name of the domain. -
DnsDomainName
DNS name of the domain. -
DomainSid
Contains the security identifier of the domain represented by this structure. -
DomainSidString
Contains the string representation of the security identifier of the domain represented by this structure. -
DomainGuid
Contains the GUID of the domain represented by this structure. -
DomainGuidString
Contains the string representation of the GUID of the domain represented by this structure.
-
-
Konstruktordetails
-
DomainTrust
public DomainTrust()
-
-
Methodendetails
-
isInForest
public boolean isInForest()The domain represented by this structure is a member of the same forest as the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function.- Gibt zurück:
- True or false.
-
isOutbound
public boolean isOutbound()The domain represented by this structure is directly trusted by the domain that the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function is a member of.- Gibt zurück:
- True or false.
-
isRoot
public boolean isRoot()The domain represented by this structure is the root of a tree and a member of the same forest as the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function.- Gibt zurück:
- True or false.
-
isPrimary
public boolean isPrimary()The domain represented by this structure is the primary domain of the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function.- Gibt zurück:
- True or false.
-
isNativeMode
public boolean isNativeMode()The domain represented by this structure is running in the Windows 2000 native mode.- Gibt zurück:
- True or false.
-
isInbound
public boolean isInbound()The domain represented by this structure directly trusts the domain that the server specified in the ServerName parameter of the DsEnumerateDomainTrusts function is a member of.- Gibt zurück:
- True or false.
-