|
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
public class Group
This class defines the group.
| Field Summary | |
|---|---|
protected String[] |
groups
|
protected String |
locale
|
protected String |
name
|
protected String[] |
roles
|
| Fields inherited from interface inetsoft.uql.util.Identity |
|---|
GROUP, ROLE, UNKNOWN_USER, USER |
| Constructor Summary | |
|---|---|
Group()
Constructor. |
|
Group(String name)
Constructor. |
|
Group(String name,
String locale,
String[] groups,
String[] roles)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
XPrincipal |
create()
Create one user. |
String[] |
getGroups()
Get parent groups. |
String |
getLocale()
Get the locale of the group. |
String |
getName()
Get the name of the group. |
String[] |
getRoles()
Get roles assigned to the group. |
int |
getType()
Get the type of the identity. |
String |
toString()
Get a string representation of this object. |
| 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 |
| Field Detail |
|---|
protected String name
protected String[] roles
protected String[] groups
protected String locale
| Constructor Detail |
|---|
public Group()
public Group(String name)
public Group(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 String getName()
public String[] getRoles()
getRoles in interface inetsoft.uql.util.IdentitygetRoles in class inetsoft.uql.util.AbstractIdentitypublic String[] getGroups()
getGroups in interface inetsoft.uql.util.IdentitygetGroups in class inetsoft.uql.util.AbstractIdentitypublic String getLocale()
public Object clone()
clone in interface inetsoft.uql.util.Identityclone in class inetsoft.uql.util.AbstractIdentitypublic int getType()
public XPrincipal create()
public String toString()
toString in class inetsoft.uql.util.AbstractIdentity
|
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 | ||||||||