Given a SecSubject object, this method should populate it with the attributes.
Syntax
boolean
attributeAuthenticatedSubject
(
Map< String, Object >
context
,
SecSubject
subject
) throws SecException
Parameters
-
subject –
subject that should be attributed.
-
context –
CSI context
Returns
true if the attributer contributed any attributes to the subject; false otherwise
Exceptions
-
SecException class –
Thrown if an error occurs. The exception will be logged and after that it is as if the method returned false.