Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PacGroup (0.04 sec)

  1. src/main/java/jcifs/pac/PacGroup.java

     * Contains a group SID and associated attributes.
     */
    public class PacGroup {
    
        private final SID id;
        private final int attributes;
    
        /**
         * Constructs a PAC group entry.
         * @param id the group's Security Identifier (SID)
         * @param attributes the group membership attributes
         */
        public PacGroup(final SID id, final int attributes) {
            this.id = id;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 1.6K bytes
    - Viewed (0)
Back to top