Skip to content
BryanHunt edited this page Aug 1, 2012 · 4 revisions

Group

Defined in the Entity Domain

Identity

Defined in the Entity Domain

PasswordCredential

{
  "eClass" : "http://www.eclipselabs.org/etrack/domain/security#//PasswordCredential",
  "id" : "String",
  "password" : "String"
}

PermissionGroup

{
  "eClass" : "http://www.eclipselabs.org/etrack/domain/security#//PermissionGroup",
  "admins" : [{ "$ref" : "Identity URI" }],
  "name" : "String",
  "members" : [{ "$ref" : "Identity URI" }]
}
Clone this wiki locally