Uses of Class
org.apache.syncope.common.lib.wa.MfaTrustedDevice
Package
Description
-
Uses of MfaTrustedDevice in org.apache.syncope.common.lib.to
Modifier and TypeMethodDescriptionAuthProfileTO.Builder.mfaTrustedDevice
(MfaTrustedDevice device) AuthProfileTO.Builder.mfaTrustedDevices
(MfaTrustedDevice... devices) Modifier and TypeMethodDescriptionAuthProfileTO.Builder.mfaTrustedDevices
(Collection<MfaTrustedDevice> devices) -
Uses of MfaTrustedDevice in org.apache.syncope.common.rest.api.service.wa
Modifier and TypeMethodDescriptionvoid
MfaTrustStorageService.create
(@NotNull String principal, @NotNull MfaTrustedDevice device) -
Uses of MfaTrustedDevice in org.apache.syncope.core.logic.wa
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<MfaTrustedDevice> MfaTrusStorageLogic.search
(String principal, Long id, OffsetDateTime recordDate, org.springframework.data.domain.Pageable pageable) Modifier and TypeMethodDescriptionvoid
MfaTrusStorageLogic.create
(String owner, MfaTrustedDevice device) -
Uses of MfaTrustedDevice in org.apache.syncope.core.persistence.api.entity.am
Modifier and TypeMethodDescriptionvoid
AuthProfile.setMfaTrustedDevices
(List<MfaTrustedDevice> records) -
Uses of MfaTrustedDevice in org.apache.syncope.core.persistence.jpa.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<MfaTrustedDevice>> JPAAuthProfile.MFA_TRUSTED_DEVICE_TYPEREF
Modifier and TypeMethodDescriptionvoid
JPAAuthProfile.setMfaTrustedDevices
(List<MfaTrustedDevice> devices) -
Uses of MfaTrustedDevice in org.apache.syncope.core.persistence.neo4j.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<MfaTrustedDevice>> Neo4jAuthProfile.MFA_TRUSTED_DEVICE_TYPEREF
Modifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.setMfaTrustedDevices
(List<MfaTrustedDevice> devices) -
Uses of MfaTrustedDevice in org.apache.syncope.core.rest.cxf.service.wa
Modifier and TypeMethodDescriptionvoid
MfaTrustStorageServiceImpl.create
(String owner, MfaTrustedDevice device) -
Uses of MfaTrustedDevice in org.apache.syncope.wa.starter.mfa
Modifier and TypeMethodDescriptionprotected org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
WAMultifactorAuthenticationTrustStorage.translate
(MfaTrustedDevice device)