C# Class Rally.RestApi.Auth.ApiConsoleAuthManager

A authentication manager for a manually implemented authentication.
Inheritance: ApiAuthManager
Mostra file Open project: RallyTools/RallyRestToolkitFor.NET

Public Methods

Method Description
ApiConsoleAuthManager ( string webServiceVersion = RallyRestApi.DEFAULT_WSAPI_VERSION, TraceFieldEnum traceInfo = RallyRestApi.DEFAULT_TRACE_FIELDS ) : System

Constructor

Protected Methods

Method Description
NotifyLoginWindowSsoComplete ( RallyRestApi authenticationResult, RallyRestApi api ) : void

Notifies the login window that SSO has been completed.

OpenSsoPageInternal ( Uri ssoUrl ) : void

Opens the window that displays the SSO URL to the user.

ShowUserLoginWindowInternal ( ) : void

Opens the window that displays the SSO URL to the user.

Method Details

ApiConsoleAuthManager() public method

Constructor
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

NotifyLoginWindowSsoComplete() protected method

Notifies the login window that SSO has been completed.
This method is not supported for this authentication manager.
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

OpenSsoPageInternal() protected method

Opens the window that displays the SSO URL to the user.
This method is not supported for this authentication manager.
protected OpenSsoPageInternal ( Uri ssoUrl ) : void
ssoUrl System.Uri The URL for the SSO page to be opened.
return void

ShowUserLoginWindowInternal() protected method

Opens the window that displays the SSO URL to the user.
This method is not supported for this authentication manager.
protected ShowUserLoginWindowInternal ( ) : void
return void