ucSSOInsertUser

Purpose

This method allows for the modification of the SecurityUser object prior to commiting the entry to the database.

Signature


    public SecurityUser ucSSOInsertUser( HttpServletRequest request,
                                         Connection dbconn,
                                         SecurityUser su,
                                         String userId) throws Exception {
      return su;
    } 

Notes

You may use the method to cancel a transaction by setting the SecurityUser object to a null value.