public class CoyotePrincipal extends Object implements Principal, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | nameThe username of the user represented by this Principal. | 
| Constructor and Description | 
|---|
| CoyotePrincipal(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| String | toString()Return a String representation of this object, which exposes only
 information that should be public. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.