Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

AuthResult Structure


Use this structure to specify authorization details during an authentication. This structure is used in the SAWSessionService Service (in the logonex() Method and impersonateex() Method). Table 7 lists the fields in this structure.

Table 7. AuthResult Structure Fields
Fields
Description

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

boolean authCompleted

If set to TRUE, then the authorization is complete. If set to FALSE, then the authorization process is in progress and the logonex or impersonatex process should be called again.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.