Package io.jans.as.server.register.ws.rs
Class RegisterJsonService
- java.lang.Object
-
- io.jans.as.server.register.ws.rs.RegisterJsonService
-
@Named public class RegisterJsonService extends java.lang.Object
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description RegisterJsonService()
-
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)
-
-
-
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
-
-