|
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.Group
inetsoft.sree.security.FSGroup
public class FSGroup
This class defines the group.
| Field Summary |
|---|
| Fields inherited from class inetsoft.sree.security.Group |
|---|
groups, locale, name, roles |
| Fields inherited from interface inetsoft.uql.util.Identity |
|---|
GROUP, ROLE, UNKNOWN_USER, USER |
| Constructor Summary | |
|---|---|
FSGroup()
Constructor. |
|
FSGroup(String name)
Constructor. |
|
FSGroup(String name,
String locale,
String[] groups,
String[] roles)
Constructor. |
|
| Method Summary | |
|---|---|
void |
parseXML(Element tag)
Parse xml element representation. |
void |
setGroups(String[] groups)
Set parent groups. |
void |
setLocale(String locale)
Set the locale of the group. |
void |
setRoles(String[] roles)
Set roles assigned to the group. |
void |
writeXML(PrintWriter writer)
Write xml element representation to a print writer. |
| Methods inherited from class inetsoft.sree.security.Group |
|---|
clone, create, getGroups, getLocale, getName, getRoles, getType, 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 FSGroup()
public FSGroup(String name)
public FSGroup(String name,
String locale,
String[] groups,
String[] roles)
name - group's name.locale - group's locale.groups - parent groups.roles - roles assigned to this group.| Method Detail |
|---|
public void setRoles(String[] roles)
public void setGroups(String[] groups)
public void setLocale(String locale)
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 | ||||||||