Uses of Class
org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
-
Packages that use MfaTrustedDeviceQuery 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 MfaTrustedDeviceQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return MfaTrustedDeviceQuery Modifier and Type Method Description protected MfaTrustedDeviceQueryMfaTrustedDeviceQuery.Builder. newInstance() -
Uses of MfaTrustedDeviceQuery in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type MfaTrustedDeviceQuery Modifier and Type Method Description voidMfaTrustStorageService. delete(MfaTrustedDeviceQuery query)PagedResult<MfaTrustedDevice>MfaTrustStorageService. search(MfaTrustedDeviceQuery query) -
Uses of MfaTrustedDeviceQuery in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type MfaTrustedDeviceQuery Modifier and Type Method Description voidMfaTrustStorageServiceImpl. delete(MfaTrustedDeviceQuery query)PagedResult<MfaTrustedDevice>MfaTrustStorageServiceImpl. search(MfaTrustedDeviceQuery query)
-