gluu
org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService メンバ一覧

継承メンバを含む org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService の全メンバ一覧です。

deleteDevice(@PathParam("id") String id)org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService
getDeviceById(@PathParam("id") String id, @QueryParam("userId") String userId, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService
patchDevice(PatchRequest request, @PathParam("id") String id, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService
searchDevices( @QueryParam("userId") String userId, @QueryParam(QUERY_PARAM_FILTER) String filter, @QueryParam(QUERY_PARAM_START_INDEX) Integer startIndex, @QueryParam(QUERY_PARAM_COUNT) Integer count, @QueryParam(QUERY_PARAM_SORT_BY) String sortBy, @QueryParam(QUERY_PARAM_SORT_ORDER) String sortOrder, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService
searchDevicesPost(SearchRequest searchRequest, @QueryParam("userId") String userId)org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService
updateDevice(FidoDeviceResource fidoDeviceResource, @PathParam("id") String id, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IFidoDeviceWebService