C# 클래스 Rally.RestApi.Auth.ApiConsoleAuthManager

A authentication manager for a manually implemented authentication.
상속: ApiAuthManager
파일 보기 프로젝트 열기: RallyTools/RallyRestToolkitFor.NET

공개 메소드들

메소드 설명
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