Uses of Class
org.apache.syncope.core.logic.wa.GoogleMfaAuthAccountLogic
-
Packages that use GoogleMfaAuthAccountLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of GoogleMfaAuthAccountLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return GoogleMfaAuthAccountLogic Modifier and Type Method Description GoogleMfaAuthAccountLogicAMLogicContext. googleMfaAuthAccountLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder, EntityFactory entityFactory) -
Uses of GoogleMfaAuthAccountLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type GoogleMfaAuthAccountLogic Modifier and Type Method Description GoogleMfaAuthAccountServiceAMRESTCXFContext. googleMfaAuthAccountService(GoogleMfaAuthAccountLogic googleMfaAuthAccountLogic) -
Uses of GoogleMfaAuthAccountLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as GoogleMfaAuthAccountLogic Modifier and Type Field Description protected GoogleMfaAuthAccountLogicGoogleMfaAuthAccountServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthAccountLogic Constructor Description GoogleMfaAuthAccountServiceImpl(GoogleMfaAuthAccountLogic logic)
-