EsiVerifyRequest Class

CICS Transaction Gateway V10.1.0.0
Represents a CICS External Security Interface (ESI) verify request.
Inheritance Hierarchy

SystemObject
  IBM.CTGGatewayRequest
    IBM.CTGEsiVerifyRequest
      IBM.CTGEsiChangeRequest

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

public class EsiVerifyRequest : GatewayRequest

The EsiVerifyRequest type exposes the following members.

Constructors

  NameDescription
Public methodEsiVerifyRequest
Creates a new EsiVerifyRequest.
Top
Properties

  NameDescription
Public propertyEsiReturnCode
Gets the ESI return code from the most recent flow of this request.
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.
Public propertyLastAccessed
Gets the date and time that the user ID was accessed by this request.
Public propertyLastVerified
Gets the date and time that the user ID was verified by this request.
Public propertyPassword
Gets or sets the CICS password or password phrase to use for the request.
Public propertyPasswordExpires
Gets the date and time that the current password or password phrase expires.
Public propertyPasswordExpiresSet
Gets a boolean value indicating whether the PasswordExpires property has been set.
Public propertyReturnCode
Gets the return code from the most recent flow of this request.
(Overrides GatewayRequestReturnCode.)
Public propertyReturnCodeString
Gets a string representation of ReturnCode.
(Overrides GatewayRequestReturnCodeString.)
Public propertyServerName
Gets or sets the name of the CICS server to verify with, as defined in the Gateway daemon.
Public propertyUserId
Gets or sets the CICS user ID to use for the request.
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 the default hash function.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Password Expiry Management is supported for the SNA and IPIC protocols. The maximum supported password or password phrase length varies by CICS server and communication protocol. Refer to your CICS server documentation for details.
Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also

Reference