|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.util.AbstractIdentity
inetsoft.sree.security.User
inetsoft.sree.security.FSUser
public class FSUser
This class defines the user.
| Field Summary |
|---|
| Fields inherited from class inetsoft.sree.security.User |
|---|
active, alias, emails, groups, locale, name, password, roles |
| Fields inherited from interface inetsoft.uql.util.Identity |
|---|
GROUP, ROLE, UNKNOWN_USER, USER |
| Constructor Summary | |
|---|---|
FSUser()
Constructor. |
|
FSUser(String name)
Constructor. |
|
FSUser(String name,
String[] emails,
String[] groups,
String[] roles,
String locale,
String password)
Constructor. |
|
FSUser(String name,
String[] emails,
String[] groups,
String[] roles,
String locale,
String password,
boolean active)
Constructor. |
|
FSUser(String name,
String[] emails,
String[] groups,
String[] roles,
String locale,
String password,
boolean active,
String alias)
Constructor. |
|
| Method Summary | |
|---|---|
void |
parseXML(Element tag)
Parse xml element representation. |
void |
setActive(boolean active)
Set user's active. |
void |
setAlias(String alias)
Set the alias of the user. |
void |
setEmails(String[] emails)
Set the emails of the user. |
void |
setGroups(String[] groups)
Set parent groups. |
void |
setLocale(String locale)
Set the locale of the user. |
void |
setPassword(String password)
Set user's password. |
void |
setRoles(String[] roles)
Set roles assigned to the user. |
void |
writeXML(PrintWriter writer)
Write xml element representation to a print writer. |
| Methods inherited from class inetsoft.sree.security.User |
|---|
clone, create, getAlias, getEmails, getGroups, getLocale, getName, getPassword, getRoles, getType, isActive, isAdministrator, toString |
| Methods inherited from class inetsoft.uql.util.AbstractIdentity |
|---|
equals, hashCode, isEditable, toIdentifier |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FSUser()
public FSUser(String name)
public FSUser(String name,
String[] emails,
String[] groups,
String[] roles,
String locale,
String password)
name - user's name.emails - user's emails.groups - parent groups.roles - roles assigned to the user.locale - user's locale.
public FSUser(String name,
String[] emails,
String[] groups,
String[] roles,
String locale,
String password,
boolean active)
public FSUser(String name,
String[] emails,
String[] groups,
String[] roles,
String locale,
String password,
boolean active,
String alias)
| Method Detail |
|---|
public void setPassword(String password)
public void setActive(boolean active)
public void setEmails(String[] emails)
emails - The emails of the user.public void setRoles(String[] roles)
roles - The roles of the user in.public void setGroups(String[] groups)
public void setLocale(String locale)
locale - This user's locale.public void setAlias(String alias)
alias - This user's alias.public void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the specified print writer.
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializabletag - the specified xml element representation.
Exception
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||