jakarta.ws.rs.core.Response |
GroupWebService.createGroup(GroupResource group,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
UserWebService.createUser(UserResource user,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
FidoDeviceWebService.getDeviceById(String id,
String userId,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
Fido2DeviceWebService.getF2DeviceById(String id,
String userId,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
GroupWebService.getGroupById(String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
UserWebService.getUserById(String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
FidoDeviceWebService.patchDevice(PatchRequest request,
String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
Fido2DeviceWebService.patchF2Device(PatchRequest request,
String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
GroupWebService.patchGroup(PatchRequest request,
String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
UserWebService.patchUser(PatchRequest request,
String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
SearchResourcesWebService.search(SearchRequest searchRequest) |
|
jakarta.ws.rs.core.Response |
FidoDeviceWebService.searchDevices(String userId,
String filter,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
FidoDeviceWebService.searchDevicesPost(SearchRequest searchRequest,
String userId) |
|
jakarta.ws.rs.core.Response |
Fido2DeviceWebService.searchF2Devices(String userId,
String filter,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
Fido2DeviceWebService.searchF2DevicesPost(SearchRequest searchRequest,
String userId) |
|
jakarta.ws.rs.core.Response |
GroupWebService.searchGroups(String filter,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
GroupWebService.searchGroupsPost(SearchRequest searchRequest) |
|
jakarta.ws.rs.core.Response |
UserWebService.searchUsers(String filter,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
UserWebService.searchUsersPost(SearchRequest searchRequest) |
|
jakarta.ws.rs.core.Response |
FidoDeviceWebService.updateDevice(FidoDeviceResource fidoDeviceResource,
String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
Fido2DeviceWebService.updateF2Device(Fido2DeviceResource fidoDeviceResource,
String id,
String attrsList,
String excludedAttrsList) |
|
jakarta.ws.rs.core.Response |
GroupWebService.updateGroup(GroupResource group,
String id,
String attrsList,
String excludedAttrsList) |
This implementation differs from spec in the following aspects:
- Passing a null value for an attribute, does not modify the attribute in the destination, however passing an
empty array for a multivalued attribute does clear the attribute.
|
jakarta.ws.rs.core.Response |
UserWebService.updateUser(UserResource user,
String id,
String attrsList,
String excludedAttrsList) |
This implementation differs from spec in the following aspects:
- Passing a null value for an attribute, does not modify the attribute in the destination, however passing an
empty array for a multivalued attribute does clear the attribute.
|