Package com.sun.jna.platform.win32
Class WinNT.WELL_KNOWN_SID_TYPE
java.lang.Object
com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
- Enclosing interface:
- WinNT
The WELL_KNOWN_SID_TYPE enumeration type is a list of commonly used
 security identifiers (SIDs). Programs can pass these values to the
 CreateWellKnownSid function to create a SID from this list.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intIndicates a SID that matches the account administrators group.static final intIndicates a SID that matches the certificate administrators group.static final intIndicates a SID that matches the account computer group.static final intIndicates a SID that matches the account controller group.static final intIndicates a SID that matches the account domain administrator group.static final intIndicates a SID that matches the account domain guests group.static final intIndicates a SID that matches the account domain users group.static final intIndicates a SID that matches the enterprise administrators group.static final intIndicates a SID that matches the account guest group.static final intIndicates a SID that matches account Kerberos target group.static final intIndicates a SID that matches the policy administrators group.static final intIndicates a SID that matches the RAS and IAS server account.static final intIndicates a SID that matches a read-only enterprise domain controller.static final intIndicates a SID that matches the schema administrators group.static final intIndicates a SID for the anonymous account.static final intIndicates a SID that matches any authenticated user.static final intIndicates a SID for a batch process.static final intIndicates a SID that matches the account operators account.static final intIndicates a SID that matches the administrator account.static final intIndicates a SID that matches the Windows Authorization Access group.static final intIndicates a SID that matches the backup operators group.static final intstatic final intstatic final intIndicates a SID that matches the domain account.static final intIndicates a SID that matches the built-in DCOM certification services access group.static final intIndicates a SID that matches the guest account.static final intIndicates a SID that allows a user to create incoming forest trusts.static final intstatic final intIndicates a SID that matches the network operators group.static final intIndicates a SID that matches the performance log user group.static final intIndicates a SID that matches the performance monitor user group.static final intIndicates a SID that matches the power users group.static final intIndicates a SID that matches pre-Windows 2000 compatible accounts.static final intIndicates a SID that matches the print operators group.static final intIndicates a SID that matches remote desktop users.static final intIndicates a SID that matches the replicator account.static final intIndicates a SID that matches the system operators group.static final intIndicates a SID is present in a server that can issue Terminal Server licenses.static final intIndicates a SID that matches built-in user accounts.static final intstatic final intIndicates a creator group server SID.static final intIndicates a SID that matches the creator group of an object.static final intstatic final intIndicates a creator owner server SID.static final intIndicates a SID that matches the owner or creator of an object.static final intIndicates a SID for a dial-up account.static final intIndicates a SID present when the Microsoft Digest authentication package authenticated the client.static final intIndicates a SID for an enterprise controller.static final intstatic final intstatic final intIndicates a SID for an interactive account.static final intstatic final intIndicates a SID that matches a local service.static final intIndicates a local SID.static final intIndicates a SID that matches the local system.static final intIndicates a SID that matches logon IDs.static final intstatic final intstatic final intIndicates a SID that matches a network service.static final intIndicates a SID for a network account.static final intstatic final intIndicates a SID for the Windows NT authority.static final intIndicates a SID present when the Microsoft NTLM authentication package authenticated the client.static final intIndicates a null SID.static final intIndicates a SID present when the user authenticated across a forest with the selective authentication option enabled.static final intIndicates a proxy SID.static final intIndicates a SID that matches remote logons.static final intIndicates a SID for restricted code.static final intIndicates a SID present when the Secure Channel (SSL/TLS) authentication package authenticated the client.static final intIndicates a SID for self.static final intIndicates a SID for a service.static final intstatic final intIndicates a SID that matches a terminal server account.static final intIndicates a SID present when the user authenticated from within the forest or across a trust that does not have the selective authentication option enabled.static final intstatic final intIndicates a SID that matches everyone.static final int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
WinNullSidpublic static final int WinNullSidIndicates a null SID.- See Also:
 
- 
WinWorldSidpublic static final int WinWorldSidIndicates a SID that matches everyone.- See Also:
 
- 
WinLocalSidpublic static final int WinLocalSidIndicates a local SID.- See Also:
 
- 
WinCreatorOwnerSidpublic static final int WinCreatorOwnerSidIndicates a SID that matches the owner or creator of an object.- See Also:
 
- 
WinCreatorGroupSidpublic static final int WinCreatorGroupSidIndicates a SID that matches the creator group of an object.- See Also:
 
- 
WinCreatorOwnerServerSidpublic static final int WinCreatorOwnerServerSidIndicates a creator owner server SID.- See Also:
 
- 
WinCreatorGroupServerSidpublic static final int WinCreatorGroupServerSidIndicates a creator group server SID.- See Also:
 
- 
WinNtAuthoritySidpublic static final int WinNtAuthoritySidIndicates a SID for the Windows NT authority.- See Also:
 
- 
WinDialupSidpublic static final int WinDialupSidIndicates a SID for a dial-up account.- See Also:
 
- 
WinNetworkSidpublic static final int WinNetworkSidIndicates a SID for a network account. This SID is added to the process of a token when it logs on across a network. The corresponding logon type is LOGON32_LOGON_NETWORK.- See Also:
 
- 
WinBatchSidpublic static final int WinBatchSidIndicates a SID for a batch process. This SID is added to the process of a token when it logs on as a batch job. The corresponding logon type is LOGON32_LOGON_BATCH.- See Also:
 
- 
WinInteractiveSidpublic static final int WinInteractiveSidIndicates a SID for an interactive account. This SID is added to the process of a token when it logs on interactively. The corresponding logon type is LOGON32_LOGON_INTERACTIVE.- See Also:
 
- 
WinServiceSidpublic static final int WinServiceSidIndicates a SID for a service. This SID is added to the process of a token when it logs on as a service. The corresponding logon type is LOGON32_LOGON_bSERVICE.- See Also:
 
- 
WinAnonymousSidpublic static final int WinAnonymousSidIndicates a SID for the anonymous account.- See Also:
 
- 
WinProxySidpublic static final int WinProxySidIndicates a proxy SID.- See Also:
 
- 
WinEnterpriseControllersSidpublic static final int WinEnterpriseControllersSidIndicates a SID for an enterprise controller.- See Also:
 
- 
WinSelfSidpublic static final int WinSelfSidIndicates a SID for self.- See Also:
 
- 
WinAuthenticatedUserSidpublic static final int WinAuthenticatedUserSidIndicates a SID that matches any authenticated user.- See Also:
 
- 
WinRestrictedCodeSidpublic static final int WinRestrictedCodeSidIndicates a SID for restricted code.- See Also:
 
- 
WinTerminalServerSidpublic static final int WinTerminalServerSidIndicates a SID that matches a terminal server account.- See Also:
 
- 
WinRemoteLogonIdSidpublic static final int WinRemoteLogonIdSidIndicates a SID that matches remote logons.- See Also:
 
- 
WinLogonIdsSidpublic static final int WinLogonIdsSidIndicates a SID that matches logon IDs.- See Also:
 
- 
WinLocalSystemSidpublic static final int WinLocalSystemSidIndicates a SID that matches the local system.- See Also:
 
- 
WinLocalServiceSidpublic static final int WinLocalServiceSidIndicates a SID that matches a local service.- See Also:
 
- 
WinNetworkServiceSidpublic static final int WinNetworkServiceSidIndicates a SID that matches a network service.- See Also:
 
- 
WinBuiltinDomainSidpublic static final int WinBuiltinDomainSidIndicates a SID that matches the domain account.- See Also:
 
- 
WinBuiltinAdministratorsSidpublic static final int WinBuiltinAdministratorsSidIndicates a SID that matches the administrator account.- See Also:
 
- 
WinBuiltinUsersSidpublic static final int WinBuiltinUsersSidIndicates a SID that matches built-in user accounts.- See Also:
 
- 
WinBuiltinGuestsSidpublic static final int WinBuiltinGuestsSidIndicates a SID that matches the guest account.- See Also:
 
- 
WinBuiltinPowerUsersSidpublic static final int WinBuiltinPowerUsersSidIndicates a SID that matches the power users group.- See Also:
 
- 
WinBuiltinAccountOperatorsSidpublic static final int WinBuiltinAccountOperatorsSidIndicates a SID that matches the account operators account.- See Also:
 
- 
WinBuiltinSystemOperatorsSidpublic static final int WinBuiltinSystemOperatorsSidIndicates a SID that matches the system operators group.- See Also:
 
- 
WinBuiltinPrintOperatorsSidpublic static final int WinBuiltinPrintOperatorsSidIndicates a SID that matches the print operators group.- See Also:
 
- 
WinBuiltinBackupOperatorsSidpublic static final int WinBuiltinBackupOperatorsSidIndicates a SID that matches the backup operators group.- See Also:
 
- 
WinBuiltinReplicatorSidpublic static final int WinBuiltinReplicatorSidIndicates a SID that matches the replicator account.- See Also:
 
- 
WinBuiltinPreWindows2000CompatibleAccessSidpublic static final int WinBuiltinPreWindows2000CompatibleAccessSidIndicates a SID that matches pre-Windows 2000 compatible accounts.- See Also:
 
- 
WinBuiltinRemoteDesktopUsersSidpublic static final int WinBuiltinRemoteDesktopUsersSidIndicates a SID that matches remote desktop users.- See Also:
 
- 
WinBuiltinNetworkConfigurationOperatorsSidpublic static final int WinBuiltinNetworkConfigurationOperatorsSidIndicates a SID that matches the network operators group.- See Also:
 
- 
WinAccountAdministratorSidpublic static final int WinAccountAdministratorSidIndicates a SID that matches the account administrators group.- See Also:
 
- 
WinAccountGuestSidpublic static final int WinAccountGuestSidIndicates a SID that matches the account guest group.- See Also:
 
- 
WinAccountKrbtgtSidpublic static final int WinAccountKrbtgtSidIndicates a SID that matches account Kerberos target group.- See Also:
 
- 
WinAccountDomainAdminsSidpublic static final int WinAccountDomainAdminsSidIndicates a SID that matches the account domain administrator group.- See Also:
 
- 
WinAccountDomainUsersSidpublic static final int WinAccountDomainUsersSidIndicates a SID that matches the account domain users group.- See Also:
 
- 
WinAccountDomainGuestsSidpublic static final int WinAccountDomainGuestsSidIndicates a SID that matches the account domain guests group.- See Also:
 
- 
WinAccountComputersSidpublic static final int WinAccountComputersSidIndicates a SID that matches the account computer group.- See Also:
 
- 
WinAccountControllersSidpublic static final int WinAccountControllersSidIndicates a SID that matches the account controller group.- See Also:
 
- 
WinAccountCertAdminsSidpublic static final int WinAccountCertAdminsSidIndicates a SID that matches the certificate administrators group.- See Also:
 
- 
WinAccountSchemaAdminsSidpublic static final int WinAccountSchemaAdminsSidIndicates a SID that matches the schema administrators group.- See Also:
 
- 
WinAccountEnterpriseAdminsSidpublic static final int WinAccountEnterpriseAdminsSidIndicates a SID that matches the enterprise administrators group.- See Also:
 
- 
WinAccountPolicyAdminsSidpublic static final int WinAccountPolicyAdminsSidIndicates a SID that matches the policy administrators group.- See Also:
 
- 
WinAccountRasAndIasServersSidpublic static final int WinAccountRasAndIasServersSidIndicates a SID that matches the RAS and IAS server account.- See Also:
 
- 
WinNTLMAuthenticationSidpublic static final int WinNTLMAuthenticationSidIndicates a SID present when the Microsoft NTLM authentication package authenticated the client.- See Also:
 
- 
WinDigestAuthenticationSidpublic static final int WinDigestAuthenticationSidIndicates a SID present when the Microsoft Digest authentication package authenticated the client.- See Also:
 
- 
WinSChannelAuthenticationSidpublic static final int WinSChannelAuthenticationSidIndicates a SID present when the Secure Channel (SSL/TLS) authentication package authenticated the client.- See Also:
 
- 
WinThisOrganizationSidpublic static final int WinThisOrganizationSidIndicates a SID present when the user authenticated from within the forest or across a trust that does not have the selective authentication option enabled. If this SID is present, then WinOtherOrganizationSid cannot be present.- See Also:
 
- 
WinOtherOrganizationSidpublic static final int WinOtherOrganizationSidIndicates a SID present when the user authenticated across a forest with the selective authentication option enabled. If this SID is present, then WinThisOrganizationSid cannot be present.- See Also:
 
- 
WinBuiltinIncomingForestTrustBuildersSidpublic static final int WinBuiltinIncomingForestTrustBuildersSidIndicates a SID that allows a user to create incoming forest trusts. It is added to the token of users who are a member of the Incoming Forest Trust Builders built-in group in the root domain of the forest.- See Also:
 
- 
WinBuiltinPerfMonitoringUsersSidpublic static final int WinBuiltinPerfMonitoringUsersSidIndicates a SID that matches the performance monitor user group.- See Also:
 
- 
WinBuiltinPerfLoggingUsersSidpublic static final int WinBuiltinPerfLoggingUsersSidIndicates a SID that matches the performance log user group.- See Also:
 
- 
WinBuiltinAuthorizationAccessSidpublic static final int WinBuiltinAuthorizationAccessSidIndicates a SID that matches the Windows Authorization Access group.- See Also:
 
- 
WinBuiltinTerminalServerLicenseServersSidpublic static final int WinBuiltinTerminalServerLicenseServersSidIndicates a SID is present in a server that can issue Terminal Server licenses.- See Also:
 
- 
WinBuiltinDCOMUsersSidpublic static final int WinBuiltinDCOMUsersSid- See Also:
 
- 
WinBuiltinIUsersSidpublic static final int WinBuiltinIUsersSid- See Also:
 
- 
WinIUserSidpublic static final int WinIUserSid- See Also:
 
- 
WinBuiltinCryptoOperatorsSidpublic static final int WinBuiltinCryptoOperatorsSid- See Also:
 
- 
WinUntrustedLabelSidpublic static final int WinUntrustedLabelSid- See Also:
 
- 
WinLowLabelSidpublic static final int WinLowLabelSid- See Also:
 
- 
WinMediumLabelSidpublic static final int WinMediumLabelSid- See Also:
 
- 
WinHighLabelSidpublic static final int WinHighLabelSid- See Also:
 
- 
WinSystemLabelSidpublic static final int WinSystemLabelSid- See Also:
 
- 
WinWriteRestrictedCodeSidpublic static final int WinWriteRestrictedCodeSid- See Also:
 
- 
WinCreatorOwnerRightsSidpublic static final int WinCreatorOwnerRightsSid- See Also:
 
- 
WinCacheablePrincipalsGroupSidpublic static final int WinCacheablePrincipalsGroupSid- See Also:
 
- 
WinNonCacheablePrincipalsGroupSidpublic static final int WinNonCacheablePrincipalsGroupSid- See Also:
 
- 
WinEnterpriseReadonlyControllersSidpublic static final int WinEnterpriseReadonlyControllersSid- See Also:
 
- 
WinAccountReadonlyControllersSidpublic static final int WinAccountReadonlyControllersSidIndicates a SID that matches a read-only enterprise domain controller.- See Also:
 
- 
WinBuiltinEventLogReadersGrouppublic static final int WinBuiltinEventLogReadersGroupIndicates a SID that matches the built-in DCOM certification services access group.- See Also:
 
 
- 
- 
Constructor Details- 
WELL_KNOWN_SID_TYPEpublic WELL_KNOWN_SID_TYPE()
 
-