C# Класс Rally.RestApi.Auth.ApiConsoleAuthManager

A authentication manager for a manually implemented authentication.
Наследование: ApiAuthManager
Показать файл Открыть проект

Открытые методы

Метод Описание
ApiConsoleAuthManager ( string webServiceVersion = RallyRestApi.DEFAULT_WSAPI_VERSION, TraceFieldEnum traceInfo = RallyRestApi.DEFAULT_TRACE_FIELDS ) : System

Constructor

Защищенные методы

Метод Описание
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.

Описание методов

ApiConsoleAuthManager() публичный Метод

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
Результат System

NotifyLoginWindowSsoComplete() защищенный Метод

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.
Результат void

OpenSsoPageInternal() защищенный Метод

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.
Результат void

ShowUserLoginWindowInternal() защищенный Метод

Opens the window that displays the SSO URL to the user.
This method is not supported for this authentication manager.
protected ShowUserLoginWindowInternal ( ) : void
Результат void