ucLoginCompletion

Purpose

This method is called after a successful sign on by an end user.

Applies To

Sign On screen

Signature

public void ucLoginCompletion (
     Connection dbconn, 
     SesameSession session, 
     SecurityUser su )
  throws Exception {

Notes

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.