Uses of Class
org.apache.syncope.core.logic.wa.GoogleMfaAuthTokenLogic
-
Packages that use GoogleMfaAuthTokenLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of GoogleMfaAuthTokenLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return GoogleMfaAuthTokenLogic Modifier and Type Method Description GoogleMfaAuthTokenLogicAMLogicContext. googleMfaAuthTokenLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder, EntityFactory entityFactory) -
Uses of GoogleMfaAuthTokenLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type GoogleMfaAuthTokenLogic Modifier and Type Method Description GoogleMfaAuthTokenServiceAMRESTCXFContext. googleMfaAuthTokenService(GoogleMfaAuthTokenLogic googleMfaAuthTokenLogic) -
Uses of GoogleMfaAuthTokenLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as GoogleMfaAuthTokenLogic Modifier and Type Field Description protected GoogleMfaAuthTokenLogicGoogleMfaAuthTokenServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthTokenLogic Constructor Description GoogleMfaAuthTokenServiceImpl(GoogleMfaAuthTokenLogic logic)
-