Uses of Class
javax.ws.rs.PATCH
-
Packages that use PATCH Package Description org.silverpeas.core.webapi.admin.scim Implementation of a SCIM server which is using the work of https://github .com/PennState/SCIMple-Identity. -
-
Uses of PATCH in org.silverpeas.core.webapi.admin.scim
Methods in org.silverpeas.core.webapi.admin.scim with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
ScimV2GroupResource. patch(edu.psu.swe.scim.spec.protocol.data.PatchRequest patchRequest, String id, edu.psu.swe.scim.spec.protocol.attribute.AttributeReferenceListWrapper attributes, edu.psu.swe.scim.spec.protocol.attribute.AttributeReferenceListWrapper excludedAttributes)
javax.ws.rs.core.Response
ScimV2UserResource. patch(edu.psu.swe.scim.spec.protocol.data.PatchRequest patchRequest, String id, edu.psu.swe.scim.spec.protocol.attribute.AttributeReferenceListWrapper attributes, edu.psu.swe.scim.spec.protocol.attribute.AttributeReferenceListWrapper excludedAttributes)
javax.ws.rs.core.Response
ScimV2UserResource. patch(String id, edu.psu.swe.scim.spec.protocol.attribute.AttributeReferenceListWrapper attributes, edu.psu.swe.scim.spec.protocol.attribute.AttributeReferenceListWrapper excludedAttributes)
-