Class PayloadHandlerConfigImpl

  • All Implemented Interfaces:
    PayloadHandlerConfig

    public class PayloadHandlerConfigImpl
    extends Object
    implements PayloadHandlerConfig
    The configuration for the payload handler (id token, various access tokens). This is the state the handler needs to operate (current transaction, environment) as opposed to the functionality for making tokens (in

    Created by Jeff Gaynor
    on 6/30/20 at 10:53 AM

    • Method Detail

      • hasTXRecord

        public boolean hasTXRecord()
      • getTxRecord

        public TXRecord getTxRecord()
      • setTxRecord

        public void setTxRecord​(TXRecord txRecord)
      • getClient

        public OA2Client getClient()
        Get the client associated with this. NOTE that this client is possibly resolved from prototypes and is therefore not the client in the transaction. It is needed to set the correct lifetimes and such later.
        Returns:
      • setClient

        public void setClient​(OA2Client client)
      • getOa2se

        public OA2SE getOa2se()
      • setOa2se

        public void setOa2se​(OA2SE oa2se)
      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
      • setRequest

        public void setRequest​(javax.servlet.http.HttpServletRequest request)