jakarta.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).
|
jakarta.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).
|
jakarta.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).
|
jakarta.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).
|