authorityEntity
| Extends: |
entity |
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A serialized representation of this class can be placed in the entity body of
a response to the API. This particular entity holds a set of user
authorities.
XML
Elements
| name (type) |
min/max occurs |
description |
|
userId (string)
|
0/1 |
The current user id.
|
|
authorities (string)
|
0/unbounded |
The set of authorities that are being serialized.
|
JSON
| property |
type |
description |
| userId |
userId (string)
|
The current user id.
|
| authorities |
array of authorities (string)
|
The set of authorities that are being serialized.
|