Name

Class com.sun.security.auth.NTSid

Synopsis

This is the superclass for Windows NT principals based on the sid of the user.

Class Definition

public class com.sun.security.auth.NTSid
    extends java.lang.Object
    implements java.security.Principal, java.io.Serializable {

    // Constructors
    public NTSid(String);

    // Instance Methods
    public boolean equals(Object);
    public String getName(  );
    public int hashCode(  );
    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.