Uses of Annotation Type
org.gluu.oxtrust.ws.rs.scim2.PATCH
Packages that use PATCH
Package
Description
Interfaces and annotations shared by both the server side code and the Java client
(SCIM-Client).
-
Uses of PATCH in org.gluu.oxtrust.ws.rs.scim2
Methods in org.gluu.oxtrust.ws.rs.scim2 with annotations of type PATCHModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
IFidoDeviceWebService.patchDevice
(PatchRequest request, String id, String attrsList, String excludedAttrsList) Service method that allows to modify a Fido device resource via PATCH (see section 3.5.2 of RFC 7644).javax.ws.rs.core.Response
IFido2DeviceWebService.patchF2Device
(PatchRequest request, String id, String attrsList, String excludedAttrsList) Service method that allows to modify a Fido 2 device resource via PATCH (see section 3.5.2 of RFC 7644).javax.ws.rs.core.Response
IGroupWebService.patchGroup
(PatchRequest request, String id, String attrsList, String excludedAttrsList) Service method that allows to modify a Group resource via PATCH (see section 3.5.2 of RFC 7644).javax.ws.rs.core.Response
IUserWebService.patchUser
(PatchRequest request, String id, String attrsList, String excludedAttrsList) Service method that allows to modify a User resource via PATCH (see section 3.5.2 of RFC 7644).