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 GoogleMfaAuthTokenLogic
AMLogicContext. 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 GoogleMfaAuthTokenService
AMRESTCXFContext. 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 GoogleMfaAuthTokenLogic
GoogleMfaAuthTokenServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthTokenLogic Constructor Description GoogleMfaAuthTokenServiceImpl(GoogleMfaAuthTokenLogic logic)
-