Represents a CICS External Security Interface (ESI) change request.
Inheritance Hierarchy
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
The EsiChangeRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EsiChangeRequest |
Creates a new EsiChangeRequest.
|
Properties
| Name | Description | |
|---|---|---|
| EsiReturnCode | Gets the ESI return code from the most recent flow of this request. (Inherited from EsiVerifyRequest.) | |
| GatewayReturnCode | Gets the Gateway daemon return code from the most recent flow of this request. (Inherited from GatewayRequest.) | |
| InvalidCount | Gets the number of times the user ID failed validation prior to this request. (Inherited from EsiVerifyRequest.) | |
| LastAccessed | Gets the date and time that the user ID was accessed by this request. (Inherited from EsiVerifyRequest.) | |
| LastVerified | Gets the date and time that the user ID was verified by this request. (Inherited from EsiVerifyRequest.) | |
| NewPassword | Gets or sets the new CICS password or password phrase to use for the request. | |
| Password | Gets or sets the CICS password or password phrase to use for the request. (Inherited from EsiVerifyRequest.) | |
| PasswordExpires | Gets the date and time that the current password or password phrase expires. (Inherited from EsiVerifyRequest.) | |
| PasswordExpiresSet |
Gets a boolean value indicating whether the PasswordExpires property
has been set.
(Inherited from EsiVerifyRequest.) | |
| ReturnCode | Gets the return code from the most recent flow of this request. (Inherited from EsiVerifyRequest.) | |
| ReturnCodeString | Gets a string representation of ReturnCode. (Inherited from EsiVerifyRequest.) | |
| ServerName | Gets or sets the name of the CICS server to verify with, as defined in the Gateway daemon. (Inherited from EsiVerifyRequest.) | |
| UserId | Gets or sets the CICS user ID to use for the request. (Inherited from EsiVerifyRequest.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Thread Safety
See Also