Package org.apache.syncope.core.logic.wa
Class GoogleMfaAuthAccountLogic
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.GoogleMfaAuthAccountLogic
-
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
ConstructorDescriptionGoogleMfaAuthAccountLogic
(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String owner, GoogleMfaAuthAccount account) void
delete
(long id) void
void
list()
read
(long id) void
update
(String owner, GoogleMfaAuthAccount account) 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
-
GoogleMfaAuthAccountLogic
public GoogleMfaAuthAccountLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory)
-
-
Method Details
-
list
@PreAuthorize("hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public List<GoogleMfaAuthAccount> list() -
delete
-
delete
-
deleteAll
-
create
@PreAuthorize("hasRole(\'ANONYMOUS\')") public void create(String owner, GoogleMfaAuthAccount account) -
update
@PreAuthorize("hasRole(\'ANONYMOUS\')") public void update(String owner, GoogleMfaAuthAccount account) -
read
-
read
@PreAuthorize("hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public GoogleMfaAuthAccount read(long id)
-