Package org.apache.syncope.core.logic.wa
Class MfaTrusStorageLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<AuthProfileTO>
org.apache.syncope.core.logic.AbstractTransactionalLogic<AuthProfileTO>
org.apache.syncope.core.logic.AbstractAuthProfileLogic
org.apache.syncope.core.logic.wa.MfaTrusStorageLogic
-
Field Summary
Fields inherited from class org.apache.syncope.core.logic.AbstractAuthProfileLogic
authProfileDAO, binder, entityFactory
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
ConstructorDescriptionMfaTrusStorageLogic
(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String owner, MfaTrustedDevice device) void
delete
(OffsetDateTime expirationDate, String recordKey) org.springframework.data.domain.Page
<MfaTrustedDevice> search
(String principal, Long id, OffsetDateTime recordDate, org.springframework.data.domain.Pageable pageable) Methods inherited from class org.apache.syncope.core.logic.AbstractAuthProfileLogic
authProfile, resolveReference
Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Constructor Details
-
MfaTrusStorageLogic
public MfaTrusStorageLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory)
-
-
Method Details
-
search
@PreAuthorize("hasRole(\'ANONYMOUS\')") public org.springframework.data.domain.Page<MfaTrustedDevice> search(String principal, Long id, OffsetDateTime recordDate, org.springframework.data.domain.Pageable pageable) -
create
-
delete
@PreAuthorize("hasRole(\'ANONYMOUS\')") public void delete(OffsetDateTime expirationDate, String recordKey)
-