Class RegisterJsonService


  • @Named
    public class RegisterJsonService
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.json.JSONObject getJSONObject​(io.jans.as.common.model.registration.Client client)  
      java.lang.String jsonObjectToString​(org.json.JSONObject jsonObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegisterJsonService

        public RegisterJsonService()
    • Method Detail

      • jsonObjectToString

        public java.lang.String jsonObjectToString​(org.json.JSONObject jsonObject)
                                            throws org.json.JSONException
        Throws:
        org.json.JSONException
      • getJSONObject

        public org.json.JSONObject getJSONObject​(io.jans.as.common.model.registration.Client client)
                                          throws org.json.JSONException,
                                                 io.jans.util.security.StringEncrypter.EncryptionException
        Throws:
        org.json.JSONException
        io.jans.util.security.StringEncrypter.EncryptionException