Package org.apache.catalina.connector
Class CoyotePrincipal
java.lang.Object
org.apache.catalina.connector.CoyotePrincipal
- All Implemented Interfaces:
Serializable,Principal
Generic implementation of java.security.Principal that is used to represent principals authenticated
at the protocol handler level.
- See Also:
-
Field Details
-
name
The username of the user represented by this Principal.
-
-
Constructor Details
-
CoyotePrincipal
Construct a new CoyotePrincipal.- Parameters:
name- The name of the principal
-
-
Method Details
-
getName
-
toString
Return a String representation of this object, which exposes only information that should be public. -
equals
-
hashCode
public int hashCode()
-