attributeSubject(Map< String, Object >, SecSubject , String) method

Given a SecSubject object, this method should populate it with the attributes.

Syntax

boolean attributeSubject ( Map< String, Object > context , SecSubject subject , String id ) throws SecException

Parameters

Returns

true if the attributer contributed any attributes to the subject; false otherwise

Exceptions

Usage

This method will be called to populate

SecSubject

attributes when a CSI client first attempts to retrieve attributes. The subject may not have been authenticated so an ID attribute may not be available in the subject. The supplied ID parameter should be used to identify the subject and retrieve the attribute values.

true if the attributer contributed any attributes to the subject; false otherwise