public class ProjectKeyData extends KeyData
ProjectKey
,
Developer documentation: User authenticationModifier and Type | Field and Description |
---|---|
private Map<ProjectData,Integer> |
projects |
Constructor and Description |
---|
ProjectKeyData() |
Modifier and Type | Method and Description |
---|---|
Map<ProjectData,Integer> |
getProjects()
Get the map that manages which projects that have permissions
for this key.
|
(package private) void |
setProjects(Map<ProjectData,Integer> projects) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private Map<ProjectData,Integer> projects
public Map<ProjectData,Integer> getProjects()
void setProjects(Map<ProjectData,Integer> projects)