Click or drag to resize
RestApiAuthMgrWpf Methods

The RestApiAuthMgrWpf type exposes the following members.

Methods
  Name Description
Public method Code example AutoAuthenticate
Auto authenticates the user if there are saved credentials.
(Inherited from ApiAuthManager.)
Public method Code example DeleteCachedLoginDetailsFromDisk
Deletes any cached login credentials from disk.
(Inherited from ApiAuthManager.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method NotifyLoginWindowSsoComplete
Notifies the login window that SSO has been completed.
(Overrides ApiAuthManagerNotifyLoginWindowSsoComplete(RallyRestApiAuthenticationResult, RallyRestApi).)
Protected method OpenSsoPageInternal
Opens the specified SSO URL to the user.
(Overrides ApiAuthManagerOpenSsoPageInternal(Uri).)
Protected method Code example PerformAuthenticationCheck
Performs an authentication check against an identity provider (IDP Initiated).
(Inherited from ApiAuthManager.)
Protected method Code example PerformLogoutFromRally
Performs an logout from Rally.
(Inherited from ApiAuthManager.)
Protected method ReportSsoResults
Reports the results of an SSO action.
(Inherited from ApiAuthManager.)
Public method Static member Code example SetCustomControlType
Sets a custom control for the specified control type. Please see the enumeration help for what the types must extend from in order to work.
Public method Static member Code example SetLogo
Sets the logo used in the user controls.
Public method Code example ShowUserLoginWindow
Authenticates the user against Rally. This must be called from the UI thread.
(Inherited from ApiAuthManager.)
Protected method ShowUserLoginWindowInternal
Opens the window that displays the SSO URL to the user.
(Overrides ApiAuthManagerShowUserLoginWindowInternal.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also