Name

Class com.sun.security.auth.NTSidPrimaryGroup-Principal

Synopsis

This represents the Windows NT primary group sid that belongs to a subject. In a login configuration file, specifying this class requires that the user have the given primary ID.

Class Definition

public class com.sun.security.auth.NTSidPrimaryGroupPrincipal
    extends com.sun.security.auth.NTSid {

    // Constructors
    public NTSidPrimaryGroupPrincipal(String);

    // Instance Methods
    public boolean equals(Object);
    public String toString(  );
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.