Method | Description | |
---|---|---|
ApiConsoleAuthManager ( string webServiceVersion = RallyRestApi.DEFAULT_WSAPI_VERSION, TraceFieldEnum traceInfo = RallyRestApi.DEFAULT_TRACE_FIELDS ) : System |
Constructor
|
Method | Description | |
---|---|---|
NotifyLoginWindowSsoComplete ( RallyRestApi authenticationResult, RallyRestApi api ) : void |
Notifies the login window that SSO has been completed.
|
|
OpenSsoPageInternal ( |
Opens the window that displays the SSO URL to the user.
|
|
ShowUserLoginWindowInternal ( ) : void |
Opens the window that displays the SSO URL to the user.
|
public ApiConsoleAuthManager ( string webServiceVersion = RallyRestApi.DEFAULT_WSAPI_VERSION, TraceFieldEnum traceInfo = RallyRestApi.DEFAULT_TRACE_FIELDS ) : System | ||
webServiceVersion | string | The version of the WSAPI API to use. |
traceInfo | TraceFieldEnum | Controls diagnostic trace information being logged |
return | System |
protected NotifyLoginWindowSsoComplete ( RallyRestApi authenticationResult, RallyRestApi api ) : void | ||
authenticationResult | RallyRestApi | The current state of the authentication process. |
api | RallyRestApi | The API that was authenticated against. |
return | void |
protected OpenSsoPageInternal ( |
||
ssoUrl | The URL for the SSO page to be opened. | |
return | void |
protected ShowUserLoginWindowInternal ( ) : void | ||
return | void |