Class JSONClaimSourceConfig

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    LDAPConfiguration

    public abstract class JSONClaimSourceConfig
    extends ClaimSourceConfiguration
    All components that are configurations should probably extend this. That means that there is a JSON object behind the scenes that is used for all attributes and all the implementation does is front that.

    Created by Jeff Gaynor
    on 4/16/18 at 2:12 PM

    See Also:
    Serialized Form
    • Field Detail

      • jsonObject

        protected net.sf.json.JSONObject jsonObject
    • Constructor Detail

      • JSONClaimSourceConfig

        public JSONClaimSourceConfig​(net.sf.json.JSONObject jsonObject)
    • Method Detail

      • hasJSONObject

        public boolean hasJSONObject()
      • toJSON

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

        public void fromJSON​(net.sf.json.JSONObject json)