Class FlowStates


  • public class FlowStates
    extends Object
    A container for the states that are permitted. These change the control flow, e.g. access no refresh tokens if a certain condition is met. The default for all of these is true, meaning that

    Created by Jeff Gaynor
    on 3/26/18 at 1:19 PM

    • Field Detail

      • acceptRequests

        public boolean acceptRequests
      • accessToken

        public boolean accessToken
      • getCert

        public boolean getCert
      • getClaims

        public boolean getClaims
      • idToken

        public boolean idToken
      • refreshToken

        public boolean refreshToken
      • userInfo

        public boolean userInfo
      • at_do_templates

        public boolean at_do_templates
    • Constructor Detail

      • FlowStates

        public FlowStates​(net.sf.json.JSONObject json)
      • FlowStates

        public FlowStates()
    • Method Detail

      • toJSON

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

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