Classes


Class actuate.AuthenticationException

The exception thrown when an authentication fails. Use its getter methods to retrieve details about the authentication failure.
Member of: actuate.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs an AuthenticationException object.
Method Summary
Method Attributes Method Name and Description
 
Returns the URL used for the authentication attempt.
 
Returns the request options used for the authentication attempt.
 
Returns the user name used for the authentication attempt.
Class Detail
actuate.AuthenticationException()
Constructs an AuthenticationException object.
Method Detail
{String} getIportalUrl()
Returns the URL used for the authentication attempt. This URL is the provided Information Console URL plus any parameters provided as request options.
Returns:
{String} Information Console URL

{actuate.RequestOptions} getRequestOptions()
Returns the request options used for the authentication attempt.
Returns:
{actuate.RequestOptions} The request options

{String} getUserId()
Returns the user name used for the authentication attempt.
Returns:
{String} The user name

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 06 2015 04:13:43 GMT-0800 (PST)