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 -
-
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)org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.wa.MfaTrustedDevice>MfaTrustStorageService. search(MfaTrustedDeviceQuery query)
-