Package io.jans.as.server.register.ws.rs
Class RegisterService
- java.lang.Object
-
- io.jans.as.server.register.ws.rs.RegisterService
-
@Named public class RegisterService extends java.lang.Object
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description RegisterService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
clientScopesToString(io.jans.as.common.model.registration.Client client)
jakarta.ws.rs.core.Response.ResponseBuilder
createInternalErrorResponse(java.lang.String reason)
@NotNull org.json.JSONObject
parseRequestObjectWithoutValidation(java.lang.String requestParams)
void
updateClientFromRequestObject(io.jans.as.common.model.registration.Client client, io.jans.as.client.RegisterRequest requestObject, boolean update)
-
-
-
Method Detail
-
clientScopesToString
public java.lang.String clientScopesToString(io.jans.as.common.model.registration.Client client)
-
updateClientFromRequestObject
public void updateClientFromRequestObject(io.jans.as.common.model.registration.Client client, io.jans.as.client.RegisterRequest requestObject, boolean update) throws org.json.JSONException
- Throws:
org.json.JSONException
-
createInternalErrorResponse
public jakarta.ws.rs.core.Response.ResponseBuilder createInternalErrorResponse(java.lang.String reason)
-
parseRequestObjectWithoutValidation
@NotNull public @NotNull org.json.JSONObject parseRequestObjectWithoutValidation(java.lang.String requestParams) throws org.json.JSONException
- Throws:
org.json.JSONException
-
-