This method allows for the modification of the SecurityUser object prior to commiting the entry to the database.
public SecurityUser ucSSOInsertUser( HttpServletRequest request,
Connection dbconn,
SecurityUser su,
String userId) throws Exception {
return su;
}
You may use the method to cancel a transaction by setting the SecurityUser
object to a null
value.