bdemers commented on issue #553:
URL: 
https://github.com/apache/directory-scimple/issues/553#issuecomment-2022823384

   Thanks for reaching out @fc-business-beat 
   Can you provide more detail on what you are asking about?
   Stack Overflow has a great article that suggestions what to include in an 
post: https://stackoverflow.com/help/how-to-ask
   
   That said, 3.4.2 is implemented here:
   
https://github.com/apache/directory-scimple/blob/develop/scim-server/src/main/java/org/apache/directory/scim/server/rest/BaseResourceTypeResourceImpl.java#L150-L169
   
   And 3.4.3 here: 
https://github.com/apache/directory-scimple/blob/develop/scim-server/src/main/java/org/apache/directory/scim/server/rest/BaseResourceTypeResourceImpl.java#L205
   
   
   The [interface that defines these 
methods](https://github.com/apache/directory-scimple/blob/develop/scim-spec/scim-spec-protocol/src/main/java/org/apache/directory/scim/protocol/BaseResourceTypeResource.java#L81),
 does have default methods that return:
   
   ```java
   return Response.status(Status.NOT_IMPLEMENTED).build();
   ```
   
   But the implementations do have those methods.  I'm not sure if this was 
causing the confusion, or if it's something else.  Please let us know!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to