public interface AUTHCallResult extends DLICallResult
Modifier and Type | Method and Description |
---|---|
short |
getExitReturnCode()
Retrieves a 2-byte field that contains the return code from the user
exits if they were used.
|
short |
getFeedback()
Retrieves a 2-byte field that contains the RACF return codes.
|
short |
getStatusCode()
Retrieves a 2-byte field that contains the hexadecimal status code
indicating installation data status.
|
String |
getUserData()
Retrieves a
String that contains installation data from ACEE
or a user security exit. |
getAIB, getDLICallFunction
short getFeedback()
For more details about the values returned by this method, see the topic AUTH call in the IMS Application Programming APIs reference documentation.
short getExitReturnCode()
For more details about the values returned by this method, see the topic AUTH call in the IMS Application Programming APIs reference documentation.
short getStatusCode()
For more details about the values returned by this method, see the topic AUTH call in the IMS Application Programming APIs reference documentation.
String getUserData() throws DLIException
String
that contains installation data from ACEE
or a user security exit.
For more details about the values returned by this method, see the topic AUTH call in the IMS Application Programming APIs reference documentation.
DLIException
- if EBCDIC encoding (Cp1047) is not supported(c) Copyright IBM Corporation 2008, 2017.