public class ItemKeyData extends KeyData
ItemKey
,
Developer documentation: User authenticationModifier and Type | Field and Description |
---|---|
private Map<GroupData,Integer> |
groups |
private Map<UserData,Integer> |
users |
Constructor and Description |
---|
ItemKeyData() |
Modifier and Type | Method and Description |
---|---|
Map<GroupData,Integer> |
getGroups()
Get the map that manages which groups that have permissions
for this key.
|
Map<UserData,Integer> |
getUsers()
Get the map that manages which users that have permissions
for this key.
|
(package private) void |
setGroups(Map<GroupData,Integer> groups) |
(package private) void |
setUsers(Map<UserData,Integer> users) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
public Map<UserData,Integer> getUsers()
public Map<GroupData,Integer> getGroups()