Uses of Class
org.apache.syncope.core.logic.wa.U2FRegistrationLogic
-
Packages that use U2FRegistrationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of U2FRegistrationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return U2FRegistrationLogic Modifier and Type Method Description U2FRegistrationLogicAMLogicContext. u2fRegistrationLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder, EntityFactory entityFactory) -
Uses of U2FRegistrationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type U2FRegistrationLogic Modifier and Type Method Description U2FRegistrationServiceAMRESTCXFContext. u2fRegistrationService(U2FRegistrationLogic u2fRegistrationLogic) -
Uses of U2FRegistrationLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as U2FRegistrationLogic Modifier and Type Field Description protected U2FRegistrationLogicU2FRegistrationServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type U2FRegistrationLogic Constructor Description U2FRegistrationServiceImpl(U2FRegistrationLogic logic)
-