getAuthenticationId( )
Retrieves the current user’s authentication ID.
JavaScript syntax
getAuthenticationId()
Java syntax
public String getAuthenticationId()
Usage
Use in cases when the report application needs to pass the ID to another application, such as IDAPI calls to iServer.
Returns
An authentication ID in String format.
JavaScript example
reportContext.getAppContext().get("ServerContext").getAuthenticationId();
Java example
IServerContext scontext;
scontext = (IServerContext) reportContext.getAppContext().get("ServerContext");
scontext.getAuthenticationId();

Additional Links:

Copyright Actuate Corporation 2012