Class FSClaimSourceConfiguration

  • All Implemented Interfaces:
    Serializable

    public class FSClaimSourceConfiguration
    extends org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration

    Created by Jeff Gaynor
    on 1/25/24 at 6:29 AM

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration

        enabled, failOnError, id, name, notifyOnFail
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sf.json.JSONObject getJson()  
      boolean hasJSON()  
      void setJson​(net.sf.json.JSONObject json)  
      • Methods inherited from class org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration

        getId, getMaxWait, getName, getOmitList, getProperties, getProperty, getRetryCount, isEnabled, isFailOnError, isNotifyOnFail, setEnabled, setFailOnError, setId, setMaxWait, setName, setNotifyOnFail, setOmitList, setProperties, setRetryCount, toString
    • Constructor Detail

      • FSClaimSourceConfiguration

        public FSClaimSourceConfiguration()
    • Method Detail

      • getJson

        public net.sf.json.JSONObject getJson()
      • setJson

        public void setJson​(net.sf.json.JSONObject json)
      • hasJSON

        public boolean hasJSON()