com.ibm.etools.cobol.application.model.cobol

Interface CicsVerifyTokenStmt

    • Method Detail

      • getToken

        DataRefOrLiteral getToken()
        Returns the value of the 'Token' containment reference. A token that has been obtained from a Security Token Service.
        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRefOrLiteral), COBOLPackage.getCicsVerifyTokenStmt_Token()
      • setToken

        void setToken(DataRefOrLiteral value)
        Sets the value of the 'Token' containment reference.
        Parameters:
        value - the new value of the 'Token' containment reference.
        See Also:
        getToken()
      • getTokenLen

        DataRefOrLiteral getTokenLen()
        Returns the value of the 'Token Len' containment reference. The length of the token.
        Returns:
        the value of the 'Token Len' containment reference.
        See Also:
        setTokenLen(DataRefOrLiteral), COBOLPackage.getCicsVerifyTokenStmt_TokenLen()
      • setTokenLen

        void setTokenLen(DataRefOrLiteral value)
        Sets the value of the 'Token Len' containment reference.
        Parameters:
        value - the new value of the 'Token Len' containment reference.
        See Also:
        getTokenLen()
      • getIsUserId

        DataRef getIsUserId()
        Returns the value of the 'Is User Id' containment reference. Optional. Data area where the user ID will be returned.
        Returns:
        the value of the 'Is User Id' containment reference.
        See Also:
        setIsUserId(DataRef), COBOLPackage.getCicsVerifyTokenStmt_IsUserId()
      • setIsUserId

        void setIsUserId(DataRef value)
        Sets the value of the 'Is User Id' containment reference.
        Parameters:
        value - the new value of the 'Is User Id' containment reference.
        See Also:
        getIsUserId()
      • getEsmReason

        DataRef getEsmReason()
        Returns the value of the 'Esm Reason' containment reference. Optional. Data area where the reason code will be returned.
        Returns:
        the value of the 'Esm Reason' containment reference.
        See Also:
        setEsmReason(DataRef), COBOLPackage.getCicsVerifyTokenStmt_EsmReason()
      • setEsmReason

        void setEsmReason(DataRef value)
        Sets the value of the 'Esm Reason' containment reference.
        Parameters:
        value - the new value of the 'Esm Reason' containment reference.
        See Also:
        getEsmReason()
      • getEsmResponse

        DataRef getEsmResponse()
        Returns the value of the 'Esm Response' containment reference. Optional. Data area where the response code will be returned.
        Returns:
        the value of the 'Esm Response' containment reference.
        See Also:
        setEsmResponse(DataRef), COBOLPackage.getCicsVerifyTokenStmt_EsmResponse()
      • setEsmResponse

        void setEsmResponse(DataRef value)
        Sets the value of the 'Esm Response' containment reference.
        Parameters:
        value - the new value of the 'Esm Response' containment reference.
        See Also:
        getEsmResponse()