Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
function AccessCheck
(access_str in varchar2)
return varchar2;
Java Syntax
public static String accessCheck
(WFContext wCtx,
String accessString)
Description
Returns a username if the notification access string is valid and the notification is open, otherwise it returns null. The access string is automatically generated by the notification mailer that sends the notification and is used to verify the authenticity of both text and HTML versions of e-mail notifications.
Arguments (input)
wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
access_str or accessString | The access string, in the format: nid/nkey where nid is the notification ID and nkey is the notification key. |
Previous | Next | Contents | Index | Glossary |