org.apache.coyote.tomcat4
Class CoyotePrincipal
java.lang.Object
org.apache.coyote.tomcat4.CoyotePrincipal
- Principal
public class CoyotePrincipal
extends java.lang.Object
implements Principal
Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
Version:
- Remy Maucherat
protected String | name - The username of the user represented by this Principal.
|
String | getName()
|
String | toString() - Return a String representation of this object, which exposes only
information that should be public.
|
name
protected String name
The username of the user represented by this Principal.
CoyotePrincipal
public CoyotePrincipal(String name)
getName
public String getName()
toString
public String toString()
Return a String representation of this object, which exposes only
information that should be public.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.