org.apache.catalina.connector

Class CoyotePrincipal

public class CoyotePrincipal extends Object implements Principal

Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Field Summary
protected Stringname
The username of the user represented by this Principal.
Constructor Summary
CoyotePrincipal(String name)
Method Summary
StringgetName()
StringtoString()
Return a String representation of this object, which exposes only information that should be public.

Field Detail

name

protected String name
The username of the user represented by this Principal.

Constructor Detail

CoyotePrincipal

public CoyotePrincipal(String name)

Method Detail

getName

public String getName()

toString

public String toString()
Return a String representation of this object, which exposes only information that should be public.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.