public class UserPrincipal extends AbstractPrincipal
Principal implementation used to represent a
username for users.
© Copyright 2007 Sans Pareil Technologies, Inc.
name| Constructor and Description |
|---|
UserPrincipal(String name)
Create a new principal with the specified username.
|
public UserPrincipal(String name)
name - The username value to use.