Classes


Class actuate.AuthenticationException

This exception is thrown whenever an authentication has failed. Its fields contain details about the authentication.
Member of: actuate.

Class Summary
Constructor Attributes Constructor Name and Description
 
AuthenticationException object.
Method Summary
Method Attributes Method Name and Description
 
Returns the iportal URL used for the authentication.
 
Returns the request options used for the authentication.
 
Returns the user ID used for the authentication.
Class Detail
actuate.AuthenticationException()
AuthenticationException object.
Method Detail
{String} getIportalUrl()
Returns the iportal URL used for the authentication.
Returns:
{String} iportal URL

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

{String} getUserId()
Returns the user ID used for the authentication.
Returns:
{String} userId

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 29 2013 05:44:21 GMT-0800 (PST)