Uses of Class
org.apache.syncope.common.lib.wa.MfaTrustedDevice
Packages that use MfaTrustedDevice
Package
Description
-
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 MfaTrustedDeviceMethods in org.apache.syncope.common.lib.to with parameters of type MfaTrustedDeviceModifier and TypeMethodDescriptionAuthProfileTO.Builder.mfaTrustedDevice
(MfaTrustedDevice device) AuthProfileTO.Builder.mfaTrustedDevices
(MfaTrustedDevice... devices) Method parameters in org.apache.syncope.common.lib.to with type arguments of type MfaTrustedDeviceModifier and TypeMethodDescriptionAuthProfileTO.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 MfaTrustedDeviceMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type MfaTrustedDeviceModifier and TypeMethodDescriptionvoid
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 MfaTrustedDeviceModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<MfaTrustedDevice> MfaTrusStorageLogic.search
(String principal, Long id, OffsetDateTime recordDate, org.springframework.data.domain.Pageable pageable) Methods in org.apache.syncope.core.logic.wa with parameters of type MfaTrustedDeviceModifier and TypeMethodDescriptionvoid
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 MfaTrustedDeviceMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type MfaTrustedDeviceModifier and TypeMethodDescriptionvoid
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 MfaTrustedDeviceModifier and TypeFieldDescriptionprotected static final 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 MfaTrustedDeviceMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type MfaTrustedDeviceModifier and TypeMethodDescriptionvoid
JPAAuthProfile.setMfaTrustedDevices
(List<MfaTrustedDevice> devices) -
Uses of MfaTrustedDevice in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type MfaTrustedDeviceModifier and TypeFieldDescriptionprotected static final TypeReference
<List<MfaTrustedDevice>> Neo4jAuthProfile.MFA_TRUSTED_DEVICE_TYPEREF
Methods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type MfaTrustedDeviceMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type MfaTrustedDeviceModifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.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 MfaTrustedDeviceMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type MfaTrustedDeviceModifier and TypeMethodDescriptionvoid
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 MfaTrustedDeviceModifier and TypeMethodDescriptionprotected org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
WAMultifactorAuthenticationTrustStorage.translate
(MfaTrustedDevice device)