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, entityFactoryFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
ConstructorsConstructorDescriptionWebAuthnRegistrationLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(String owner, WebAuthnAccount account) voidvoidlist()voidupdate(String owner, WebAuthnAccount account) Methods inherited from class org.apache.syncope.core.logic.AbstractAuthProfileLogic
authProfile, resolveReferenceMethods 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
-