Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class WinNT.SID_NAME_USE

  • Enclosing interface:
    WinNT


    public abstract static class WinNT.SID_NAME_USE
    extends java.lang.Object
    The SID_NAME_USE enumeration type contains values that specify the type of a security identifier (SID).
    • Constructor Summary

      Constructors 
      Constructor and Description
      SID_NAME_USE() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SidTypeGroup

        public static final int SidTypeGroup
        Indicates a group SID.
        See Also:
        Constant Field Values
      • SidTypeDomain

        public static final int SidTypeDomain
        Indicates a domain SID.
        See Also:
        Constant Field Values
      • SidTypeAlias

        public static final int SidTypeAlias
        Indicates an alias SID.
        See Also:
        Constant Field Values
      • SidTypeWellKnownGroup

        public static final int SidTypeWellKnownGroup
        Indicates a SID for a well-known group.
        See Also:
        Constant Field Values
      • SidTypeDeletedAccount

        public static final int SidTypeDeletedAccount
        Indicates a SID for a deleted account.
        See Also:
        Constant Field Values
      • SidTypeInvalid

        public static final int SidTypeInvalid
        Indicates an invalid SID.
        See Also:
        Constant Field Values
      • SidTypeUnknown

        public static final int SidTypeUnknown
        Indicates an unknown SID type.
        See Also:
        Constant Field Values
      • SidTypeComputer

        public static final int SidTypeComputer
        Indicates a SID for a computer.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SID_NAME_USE

        public SID_NAME_USE()
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.