Class UserResource


  • @Path("/configuser")
    @Produces("application/json")
    @Consumes("application/json")
    @ApplicationScoped
    public class UserResource
    extends io.jans.configapi.core.rest.BaseResource
    • Field Summary

      • Fields inherited from class io.jans.configapi.core.rest.BaseResource

        MISSING_ATTRIBUTE_CODE, MISSING_ATTRIBUTE_MESSAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      UserResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response createUser​(@Valid io.jans.as.common.model.common.User user)  
      jakarta.ws.rs.core.Response deleteUser​(@NotNull String inum)  
      jakarta.ws.rs.core.Response getUserByInum​(@NotNull String inum)  
      jakarta.ws.rs.core.Response getUsers​(int limit, String pattern, int startIndex, String sortBy, String sortOrder)  
      jakarta.ws.rs.core.Response patchUser​(@NotNull String inum, @NotNull UserPatchRequest userPatchRequest)  
      jakarta.ws.rs.core.Response updateUser​(@Valid io.jans.as.common.model.common.User user)  
      • Methods inherited from class io.jans.configapi.core.rest.BaseResource

        checkNotEmpty, checkNotEmpty, checkNotNull, checkResourceNotNull, createSearchRequest, getBadRequestException, getInternalServerException, getMissingAttributeError, getNotAcceptableException, getNotFoundError, thorwBadRequestException, thorwInternalServerException, throwMissingAttributeError