| java.lang.Object org.apache.coyote.tomcat4.CoyotePrincipal
CoyotePrincipal | public class CoyotePrincipal implements Principal(Code) | | Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
author: Remy Maucherat version: $Revision: 1.2 $ $Date: 2004/02/24 08:54:29 $ |
Field Summary | |
protected String | name The username of the user represented by this Principal. |
Method Summary | |
public String | getName() | public String | toString() Return a String representation of this object, which exposes only
information that should be public. |
name | protected String name(Code) | | The username of the user represented by this Principal.
|
toString | public String toString()(Code) | | Return a String representation of this object, which exposes only
information that should be public.
|
|
|