May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class com.sun.security.auth.X500Principal
This represents the X500 name that belongs to a subject. In a login configuration file, specifying this class requires that the user have the given X500 name.
public class com.sun.security.auth.X500Principal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable {
// Constructors
public X500Principal(String);
// Instance Methods
public boolean equals(Object);
public String getName( );
public int hashCode( );
public String toString( );
}Read now
Unlock full access