getAttributesForResource( SecResource ) method

Gets the attributes for the specified resource.

Syntax

Map< String, String[]> getAttributesForResource ( SecResource resource )

Parameters

Returns

a Map object with the named attributes and their values. The values are of type String[].

Usage

Sometimes users have attributes that relate only to a particular security resource (for example Proxy Authentication Information for an Asset representing some back-end system). This method provides an accessor for this information to the application.

a Map object with the named attributes and their values. The values are of type String[].