Oracle Waveset 8.1.1 Resources Reference

Context

The actionContext map contains the following entries:

Key  

Value Type  

Value Description  

conn

java.sql.Connection 

JDBC connection to the customer’s database 

adapter

com.wavset.adapter.ScriptedJdbcResourceAdapter 

Adapter instance 

action

java.lang.String 

The authenticateUser string

id

java.lang.String 

Account ID of the user to authenticate 

password

java.lang.String 

The decrypted password to authenticate 

result

java.util.Map 

The script can add an entry with the expired key and a Boolean.TRUE value to indicate that the user’s password has expired.

errors

java.util.List 

Initially, this value is an empty list. 

The script may add java.lang.String objects to this list if any errors are found during processing.

trace

com.waveset.adapter.Trace 

Object used to trace execution. 

Scripts can use the methods of this class to make themselves “debuggable” in a customer environment.