Uses of Class
org.apache.syncope.core.logic.wa.WebAuthnRegistrationLogic
-
Packages that use WebAuthnRegistrationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of WebAuthnRegistrationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return WebAuthnRegistrationLogic Modifier and Type Method Description WebAuthnRegistrationLogic
AMLogicContext. webAuthnRegistrationLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder, EntityFactory entityFactory)
-
Uses of WebAuthnRegistrationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type WebAuthnRegistrationLogic Modifier and Type Method Description WebAuthnRegistrationService
AMRESTCXFContext. webAuthnRegistrationService(WebAuthnRegistrationLogic webAuthnRegistrationLogic)
-
Uses of WebAuthnRegistrationLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as WebAuthnRegistrationLogic Modifier and Type Field Description protected WebAuthnRegistrationLogic
WebAuthnRegistrationServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WebAuthnRegistrationLogic Constructor Description WebAuthnRegistrationServiceImpl(WebAuthnRegistrationLogic logic)
-