Class RegisterService


  • @Named
    public class RegisterService
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Constructor Detail

      • RegisterService

        public RegisterService()
    • 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