|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.KeyData
org.proteios.core.data.RoleKeyData
public class RoleKeyData
This class holds information access privileges for roles.
RoleKey,
Authentication overview| Constructor Summary | |
|---|---|
RoleKeyData()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the description for the item. |
int |
getItemType()
Get the code for the type of items this role key applies to. |
String |
getName()
Get the name of the role key. |
Map<RoleData,Integer> |
getRoles()
Get the map that manages which roles that have permissions for this key. |
void |
setDescription(String description)
|
void |
setItemType(int itemType)
|
void |
setName(String name)
|
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoleKeyData()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getDescription()
String with a description of the itempublic void setDescription(String description)
public int getItemType()
Item class for a list of constants.
public void setItemType(int itemType)
public Map<RoleData,Integer> getRoles()
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||