Name

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

Synopsis

This represents the Solaris user ID that belongs to a subject. In a login configuration file, specifying this class requires that the user have the given user ID.

Class Definition

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

    // Constructors
    public SolarisNumericUserPrincipal(long);
    public SolarisNumericUserPrincipal(String);

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