This method is called after a successful sign on by an end user.
Sign On screen
public void ucLoginCompletion (
Connection dbconn,
SesameSession session,
SecurityUser su )
throws Exception {
The code within the method is typically be used to manipulate the user attributes based on information not held within the ExtraView database.
There are no return values expected when this method is called and the developer should ensure that any exceptions are handled within the user exit.