Class SATFactory

  • All Implemented Interfaces:
    SAT

    public class SATFactory
    extends Object
    implements SAT

    Created by Jeff Gaynor
    on 10/10/16 at 10:24 AM

    • Field Detail

      • CLIENT_SECRET_KEY

        public static final String CLIENT_SECRET_KEY
        This is the key used in the API for the client secret. Since it is usually different from what is used in the serialization keys, it must be converted here from that for use.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SATFactory

        public SATFactory()
    • Method Detail

      • setClientConverter

        public static void setClientConverter​(ClientConverter<? extends Client> clientConverter)
      • getSubjectValue

        public static int getSubjectValue​(net.sf.json.JSONObject json)
      • getSubject

        public static BaseClient getSubject​(net.sf.json.JSONObject json)
      • getTargetValue

        public static int getTargetValue​(net.sf.json.JSONObject json)
      • getTarget

        public static BaseClient getTarget​(net.sf.json.JSONObject json)
      • getContent

        public static net.sf.json.JSON getContent​(net.sf.json.JSONObject json)
      • getMethodValue

        public static int getMethodValue​(net.sf.json.JSONObject json)
      • getMethod

        public static Action getMethod​(net.sf.json.JSONObject json)
      • getTypeValue

        public static int getTypeValue​(net.sf.json.JSONObject json)
      • getType

        public static Type getType​(net.sf.json.JSONObject json)