Class UserPrincipal

java.lang.Object
org.eclipse.jetty.security.UserPrincipal
All Implemented Interfaces:
Serializable, Principal
Direct Known Subclasses:
DataSourceLoginService.DBUserPrincipal, JDBCLoginService.JDBCUserPrincipal

public class UserPrincipal extends Object implements Principal, Serializable
UserPrincipal Represents a user with a credential. Instances of this class can be added to a Subject to present the user, while the credentials can be added directly to the Subject.
See Also: