Click or drag to resize
ApiAuthManager Properties

The ApiAuthManager type exposes the following members.

Properties
  Name Description
Public property Api
The API that is linked to this authorization manager.
Protected property AuthenticationStateChange
Notifies that SSO authentication has completed.
Public property IsUiSupported
Is the UI supported?
Public property LoginDetails
The details for the user who is logging in using this auth manager.
Public property Static member LoginFailureBadConnection
The error message to show when we failed to connect to a server or proxy.
Public property Static member LoginFailureBadServer
The error message to show when a login failure occured due to the server not being reachable.
Public property Static member LoginFailureCredentials
The error message to show when a login failure occured due to bad credentials.
Public property Static member LoginFailureLoginEmpty
The error message to show when a login failure occured due to the credentials being empty.
Public property Static member LoginFailureProxyCredentials
The error message to show when a login failure occured due to bad proxy credentials.
Public property Static member LoginFailureServerEmpty
The error message to show when a login failure occured due to the server field being empty.
Public property Static member LoginFailureUnknown
The error message to show when an unknown login failure occured.
Public property Static member LoginWindowCancelText
The text for the cancel button in the login window.
Public property Static member LoginWindowConnectionTypeText
The text for the connection type label in the login window.
Public property Static member LoginWindowCredentialsTabText
The text for the credentials tab in the login window.
Public property Static member LoginWindowDefaultProxyServer
The default proxy server for the login window.
Public property Static member LoginWindowDefaultServer
The default server for the login window.
Public property Static member LoginWindowHeaderLabelText
The text for the header label in the login window.
Public property Static member LoginWindowLoginText
The text for the login button in the login window.
Public property Static member LoginWindowLogoutText
The text for the logout button in the login window.
Public property Static member LoginWindowProxyPwdLabelText
The text for the proxy password label in the login window.
Public property Static member LoginWindowProxyServerLabelText
The text for the proxy server label in the login window.
Public property Static member LoginWindowProxyServerTabText
The text for the proxy tab in the login window.
Public property Static member LoginWindowProxyUserNameLabelText
The text for the proxy username label in the login window.
Public property Static member LoginWindowPwdLabelText
The text for the password label in the login window.
Public property Static member LoginWindowRallyServerTabText
The text for the rally server tab in the login window.
Public property Static member LoginWindowServerLabelText
The text for the server label in the login window.
Public property Static member LoginWindowSsoInProgressText
The text for the sso in progress label in the login window.
Public property Static member LoginWindowTitle
The text for the login window title.
Public property Static member LoginWindowTrustAllCertificatesText
The text for the trust all certificates label in the login window.
Public property Static member LoginWindowUserNameLabelText
The text for the user name label in the login window.
Protected property SsoAuthenticationComplete
Notifies that SSO authentication has completed.
Top
See Also