EsiChangeRequest Class

CICS Transaction Gateway V9.3.0.0
Represents a CICS External Security Interface (ESI) change request.
Inheritance Hierarchy

SystemObject
  IBM.CTGGatewayRequest
    IBM.CTGEsiVerifyRequest
      IBM.CTGEsiChangeRequest

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public class EsiChangeRequest : EsiVerifyRequest

The EsiChangeRequest type exposes the following members.

Constructors

  NameDescription
Public methodEsiChangeRequest
Creates a new EsiChangeRequest.
Top
Properties

  NameDescription
Public propertyEsiReturnCode
Gets the ESI return code from the most recent flow of this request.
(Inherited from EsiVerifyRequest.)
Public propertyGatewayReturnCode
Gets the Gateway daemon return code from the most recent flow of this request.
(Inherited from GatewayRequest.)
Public propertyInvalidCount
Gets the number of times the user ID failed validation prior to this request.
(Inherited from EsiVerifyRequest.)
Public propertyLastAccessed
Gets the date and time that the user ID was accessed by this request.
(Inherited from EsiVerifyRequest.)
Public propertyLastVerified
Gets the date and time that the user ID was verified by this request.
(Inherited from EsiVerifyRequest.)
Public propertyNewPassword
Gets or sets the new CICS password or password phrase to use for the request.
Public propertyPassword
Gets or sets the CICS password or password phrase to use for the request.
(Inherited from EsiVerifyRequest.)
Public propertyPasswordExpires
Gets the date and time that the current password or password phrase expires.
(Inherited from EsiVerifyRequest.)
Public propertyPasswordExpiresSet
Gets a boolean value indicating whether the PasswordExpires property has been set.
(Inherited from EsiVerifyRequest.)
Public propertyReturnCode
Gets the return code from the most recent flow of this request.
(Inherited from EsiVerifyRequest.)
Public propertyReturnCodeString
Gets a string representation of ReturnCode.
(Inherited from EsiVerifyRequest.)
Public propertyServerName
Gets or sets the name of the CICS server to verify with, as defined in the Gateway daemon.
(Inherited from EsiVerifyRequest.)
Public propertyUserId
Gets or sets the CICS user ID to use for the request.
(Inherited from EsiVerifyRequest.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference