Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SID_TYPE_INVALID (0.08 sec)

  1. src/main/java/jcifs/SID.java

        int SID_TYPE_WKN_GRP = 5;
    
        /**
         * SID type indicating a deleted account.
         */
        int SID_TYPE_DELETED = 6;
    
        /**
         * SID type indicating an invalid SID.
         */
        int SID_TYPE_INVALID = 7;
    
        /**
         * SID type indicating an unknown account type.
         */
        int SID_TYPE_UNKNOWN = 8;
    
        /**
         * Gets the domain SID for this SID.
         *
         * @return domain SID
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/SambaHelper.java

        /**
         * SID type for a domain.
         */
        public static final int SID_TYPE_DOMAIN = 3;
    
        /**
         * SID type for an invalid SID.
         */
        public static final int SID_TYPE_INVALID = 7;
    
        /**
         * SID type for an unknown SID.
         */
        public static final int SID_TYPE_UNKNOWN = 8;
    
        /**
         * SID type for a non-use SID.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top