Using Java Report Server Security Extension : GetConnectionProperties
 
GetConnectionProperties
Retrieves the connection properties for a user or role from an external data source for a pass-through security operation. In pass-through security, an information object’s DCD file sets the securityPolicy to TranslatedCredential. The proxy user name and password settings, specifying the user login credentials in the DCD, contain empty quotes and are ignored by the implementation.
Request schema
<xsd:complexType name="GetConnectionProperties">
<xsd:sequence>
<xsd:element name="FileName" type="xsd:string"/>
<xsd:element name="UserName" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
FileName
The fully qualified name of an information object’s data connection definition (DCD) file.
UserName
The name of the user or role.
Response schema
<xsd:complexType name="GetConnectionPropertiesResponse">
<xsd:sequence>
<xsd:element name="ConnectionProperties"
type="typens:ArrayOfPropertyValue"/>
</xsd:sequence>
</xsd:complexType>
Response elements
ConnectionProperties
The requested name and value pairs.