Uses of Class
org.apache.syncope.common.lib.wa.MfaTrustedDevice
-
-
Uses of MfaTrustedDevice in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type MfaTrustedDevice Modifier and Type Method Description List<MfaTrustedDevice>
AuthProfileTO. getMfaTrustedDevices()
Methods in org.apache.syncope.common.lib.to with parameters of type MfaTrustedDevice Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.Builder. mfaTrustedDevice(MfaTrustedDevice device)
AuthProfileTO.Builder
AuthProfileTO.Builder. mfaTrustedDevices(MfaTrustedDevice... devices)
Method parameters in org.apache.syncope.common.lib.to with type arguments of type MfaTrustedDevice Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.Builder. mfaTrustedDevices(Collection<MfaTrustedDevice> devices)
-
Uses of MfaTrustedDevice in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type MfaTrustedDevice Modifier and Type Method Description PagedResult<MfaTrustedDevice>
MfaTrustStorageService. search(MfaTrustedDeviceQuery query)
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type MfaTrustedDevice Modifier and Type Method Description void
MfaTrustStorageService. create(@NotNull String principal, @NotNull MfaTrustedDevice device)
-
Uses of MfaTrustedDevice in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return types with arguments of type MfaTrustedDevice Modifier and Type Method Description Pair<Integer,List<MfaTrustedDevice>>
MfaTrusStorageLogic. search(Integer page, Integer itemsPerPage, String principal, Long id, OffsetDateTime recordDate, List<OrderByClause> orderByClauses)
Methods in org.apache.syncope.core.logic.wa with parameters of type MfaTrustedDevice Modifier and Type Method Description void
MfaTrusStorageLogic. create(String owner, MfaTrustedDevice device)
-
Uses of MfaTrustedDevice in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type MfaTrustedDevice Modifier and Type Method Description List<MfaTrustedDevice>
AuthProfile. getMfaTrustedDevices()
Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type MfaTrustedDevice Modifier and Type Method Description void
AuthProfile. setMfaTrustedDevices(List<MfaTrustedDevice> records)
-
Uses of MfaTrustedDevice in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type MfaTrustedDevice Modifier and Type Field Description protected static TypeReference<List<MfaTrustedDevice>>
JPAAuthProfile. MFA_TRUSTED_DEVICE_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type MfaTrustedDevice Modifier and Type Method Description List<MfaTrustedDevice>
JPAAuthProfile. getMfaTrustedDevices()
Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type MfaTrustedDevice Modifier and Type Method Description void
JPAAuthProfile. setMfaTrustedDevices(List<MfaTrustedDevice> devices)
-
Uses of MfaTrustedDevice in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type MfaTrustedDevice Modifier and Type Method Description PagedResult<MfaTrustedDevice>
MfaTrustStorageServiceImpl. search(MfaTrustedDeviceQuery query)
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type MfaTrustedDevice Modifier and Type Method Description void
MfaTrustStorageServiceImpl. create(String owner, MfaTrustedDevice device)
-
Uses of MfaTrustedDevice in org.apache.syncope.wa.starter.mfa
Methods in org.apache.syncope.wa.starter.mfa with parameters of type MfaTrustedDevice Modifier and Type Method Description protected org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
WAMultifactorAuthenticationTrustStorage. translate(MfaTrustedDevice device)
-