Uses of Class
org.apache.syncope.common.rest.api.beans.U2FDeviceQuery
-
Packages that use U2FDeviceQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service.wa org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of U2FDeviceQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return U2FDeviceQuery Modifier and Type Method Description protected U2FDeviceQueryU2FDeviceQuery.Builder. newInstance() -
Uses of U2FDeviceQuery in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type U2FDeviceQuery Modifier and Type Method Description voidU2FRegistrationService. delete(U2FDeviceQuery query)PagedResult<U2FDevice>U2FRegistrationService. search(U2FDeviceQuery query) -
Uses of U2FDeviceQuery in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type U2FDeviceQuery Modifier and Type Method Description voidU2FRegistrationServiceImpl. delete(U2FDeviceQuery query)PagedResult<U2FDevice>U2FRegistrationServiceImpl. search(U2FDeviceQuery query)
-