Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » tomcat4 » [javadoc | source]
org.apache.coyote.tomcat4
public class: CoyotePrincipal [javadoc | source]
java.lang.Object
   org.apache.coyote.tomcat4.CoyotePrincipal

All Implemented Interfaces:
    Principal

Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
Field Summary
protected  String name    The username of the user represented by this Principal. 
Constructor:
 public CoyotePrincipal(String name) 
Method from org.apache.coyote.tomcat4.CoyotePrincipal Summary:
getName,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.tomcat4.CoyotePrincipal Detail:
 public String getName() 
 public String toString() 
    Return a String representation of this object, which exposes only information that should be public.