Using Java Report Server Security Extension : Permission
 
Permission
A complex data type that describes a user’s access rights.
Schema
<xsd:complexType name="Permission">
<xsd:sequence>
<xsd:choice>
<xsd:element name="RoleName" type="xsd:string" />
<xsd:element name="UserName" type="xsd:string" />
</xsd:choice>
<xsd:element name="AccessRight" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
Elements
RoleName
The role name.
UserName
The user name.
AccessRight
*The privileges the user or role has on an object. One or more of the following characters representing a privilege:
*D—Delete
*E—Execute
*G—Grant
*V—Visible
*S—Secured Read
*R—Read
*W—Write