Class DynamicClientRegistrationContext

    • Constructor Detail

      • DynamicClientRegistrationContext

        public DynamicClientRegistrationContext​(javax.servlet.http.HttpServletRequest httpRequest,
                                                org.json.JSONObject registerRequest,
                                                org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
    • Method Detail

      • getSoftwareStatement

        public Jwt getSoftwareStatement()
      • setSoftwareStatement

        public void setSoftwareStatement​(Jwt softwareStatement)
      • getScript

        public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript()
      • setScript

        public void setScript​(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
      • getRegisterRequest

        public org.json.JSONObject getRegisterRequest()
      • setRegisterRequest

        public void setRegisterRequest​(org.json.JSONObject registerRequest)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object