All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kerb4j.common.marshall.pac.PacGroup Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package com.kerb4j.common.marshall.pac;

public class PacGroup {

    private PacSid id;
    private int attributes;

    public PacGroup(PacSid id, int attributes) {
        super();
        this.id = id;
        this.attributes = attributes;
    }

    public PacSid getId() {
        return id;
    }

    public int getAttributes() {
        return attributes;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy