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

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

Syntax

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

Parameters

Returns

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

Exceptions