|
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.Role
inetsoft.sree.security.FSRole
public class FSRole
This class defines the FSRole.
| Field Summary |
|---|
| Fields inherited from class inetsoft.sree.security.Role |
|---|
ADMINISTRATOR, ADMINISTRATOR_R, desc, EVERYONE, name, roles |
| Fields inherited from interface inetsoft.uql.util.Identity |
|---|
GROUP, ROLE, UNKNOWN_USER, USER |
| Constructor Summary | |
|---|---|
FSRole()
Constructor. |
|
FSRole(String name)
Constructor. |
|
FSRole(String name,
String desc)
Constructor. |
|
FSRole(String name,
String[] roles)
Constructor. |
|
| Method Summary | |
|---|---|
void |
parseXML(Element tag)
Parse xml element representation. |
void |
setRoles(String[] roles)
Set the roles of the role. |
void |
writeXML(PrintWriter writer)
Write xml element representation to a print writer. |
| Methods inherited from class inetsoft.sree.security.Role |
|---|
clone, create, getDescription, getName, getRoles, getType, isAdmin, toString |
| Methods inherited from class inetsoft.uql.util.AbstractIdentity |
|---|
equals, getGroups, hashCode, isEditable, toIdentifier |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FSRole()
public FSRole(String name)
name - the specified role's name.
public FSRole(String name,
String[] roles)
name - the specified role's name.roles - the parent roles.
public FSRole(String name,
String desc)
name - the specified role's name.desc - the specified description.| Method Detail |
|---|
public void setRoles(String[] roles)
roles - the roles of the role.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 | ||||||||