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 MfaTrustedDeviceQuery
MfaTrustedDeviceQuery.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 void
MfaTrustStorageService. 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 void
MfaTrustStorageServiceImpl. delete(MfaTrustedDeviceQuery query)
PagedResult<MfaTrustedDevice>
MfaTrustStorageServiceImpl. search(MfaTrustedDeviceQuery query)
-