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