When calling JCBCStatus createAccount(Map<String, String> settings, Map<String, Object> params) the underlying code will create an account in the application with a name defined by the application. I need to return this to RSA Via L&G so it can link this account name to the user.
How to accomplish this in the java code? I see no way of returning anything but JCBCStatus.success|failure.
Regards
Mattias Oden
Instead of returning JDBCStatus.success|failure directly, first create a JDBCStatus object >> modify it as needed >> then return that object.
Example: