- All Implemented Interfaces:
- Serializable,- Principal
Generic implementation of java.security.Principal that is used to represent principals authenticated
 at the protocol handler level.
- Author:
- Remy Maucherat
- See Also:
- 
- 
Field SummaryFields 
The username of the user represented by this Principal. 
 
 
- 
Constructor SummaryConstructors 
- 
Method Summary
  
Return a String representation of this object, which exposes only information that should be public. 
 
 
 
 
- 
Field Details
- 
nameThe username of the user represented by this Principal. 
 
- 
Constructor Details
- 
CoyotePrincipalpublic CoyotePrincipal(String name) 
 
- 
Method Details
- 
- 
toStringReturn a String representation of this object, which exposes only information that should be public. 
- Specified by:
- toStringin interface- Principal
- Overrides:
- toStringin class- Object