Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOwnerGroupSid (0.17 sec)

  1. src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java

    
        /**
         * @return the aces
         */
        public final ACE[] getAces () {
            return this.aces;
        }
    
    
        /**
         * @return the ownerGroupSid
         */
        public final SID getOwnerGroupSid () {
            return this.ownerGroupSid;
        }
    
    
        /**
         * @return the ownerUserSid
         */
        public final SID getOwnerUserSid () {
            return this.ownerUserSid;
        }
    
    
        /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.4K bytes
    - Viewed (0)
Back to top