public final class UserPrincipal extends SpotfirePrincipal
Constructor and Description |
---|
UserPrincipal()
Creates a new instance.
|
UserPrincipal(Guid id,
UserName name,
java.lang.String displayName,
java.lang.String email,
boolean enabled)
Creates a new UserPrincipal instance with the specified details.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Indicates whether or not this user is enabled.
|
getDisplayName, getEmail, getId, getName
public UserPrincipal()
public UserPrincipal(Guid id, UserName name, java.lang.String displayName, java.lang.String email, boolean enabled)
id
- an IDname
- a namedisplayName
- a display nameemail
- an email addressenabled
- true if the user is enabled, false otherwiseCopyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.