getSubjectAttributesForResource(Map< String, Object >, SecResource , SecSubject ) method

Returns all attribute names and values associated with the given resource and subject.

Syntax

Map< String, String[]> getSubjectAttributesForResource ( Map< String, Object > context , SecResource res , SecSubject subject ) throws SecException

Parameters

Returns

map of attributes or null if there are no attributes

Exceptions

Usage

This method is indirectly called when a CSI client calls SecSubject.getAttributesForResource(SecResource).