Class TransactionState


  • public class TransactionState
    extends Object
    This is a container for mutable state per transaction.

    Created by Jeff Gaynor
    on 4/10/18 at 1:10 PM

    • Field Detail

      • STATE_TAG

        public static String STATE_TAG
      • FLOW_STATE_TAG

        public static String FLOW_STATE_TAG
    • Constructor Detail

      • TransactionState

        public TransactionState()
    • Method Detail

      • setFlowStates

        public void setFlowStates​(FlowStates2 flowStates)
      • getIdToken

        public net.sf.json.JSONObject getIdToken()
        The ID token once it has been created.
        Returns:
      • setIdToken

        public void setIdToken​(net.sf.json.JSONObject idToken)
      • toJSON

        public net.sf.json.JSONObject toJSON()
      • fromJSON

        public void fromJSON​(net.sf.json.JSONObject jsonObject)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)