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

Lists all attribute names that may be associated with the resource/subject pair.

Syntax

List< Named > listSubjectAttributesForResource ( Map< String, Object > context , SecResource res , SecSubject subject ) throws SecException

Parameters

Returns

a List containing Named objects describing each resource attribute.

Exceptions

Usage

This method is indirectly called when the CSI client calls

SecSubject.listAttributesForResource(String)

.

a List containing Named objects describing each resource attribute.