Click or drag to resize
LoginDetails Class
A class for storing a users login details.
Inheritance Hierarchy
SystemObject
  Rally.RestApi.AuthLoginDetails

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public class LoginDetails

The LoginDetails type exposes the following members.

Constructors
  NameDescription
Public methodLoginDetails
Constructor
Top
Properties
  NameDescription
Public propertyConnectionType
ConnectionType enum value determining SSO auth type
Public propertyIdpServer
The URL for the IDP Server that we are connecting to (IDP based connections only).
Public propertyProxyServer
Proxy server url
Public propertyProxyUsername
Proxy server user name
Public propertyRallyServer
The URL for the Rally Server that we are connecting to.
Public propertyTrustAllCertificates
Should all certificates be trusted?
Public propertyUsername
The Rally username that we are connecting as.
Public propertyZSessionID
The ZSessionID for this user.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPassword
Gets the decrypted password for this user.
Public methodGetProxyPassword
Gets the decrypted proxy password for this user.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPassword
Sets the password with encryption for this user.
Public methodSetProxyPassword
Sets the proxy password with encryption for this user.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also