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 WebAuthnRegistrationLogicAMLogicContext. 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 WebAuthnRegistrationServiceAMRESTCXFContext. 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 WebAuthnRegistrationLogicWebAuthnRegistrationServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WebAuthnRegistrationLogic Constructor Description WebAuthnRegistrationServiceImpl(WebAuthnRegistrationLogic logic)
-