Uses of Class
org.apache.syncope.core.logic.wa.MfaTrusStorageLogic
-
Packages that use MfaTrusStorageLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of MfaTrusStorageLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return MfaTrusStorageLogic Modifier and Type Method Description MfaTrusStorageLogicAMLogicContext. mfaTrusStorageLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder, EntityFactory entityFactory) -
Uses of MfaTrusStorageLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type MfaTrusStorageLogic Modifier and Type Method Description MfaTrustStorageServiceAMRESTCXFContext. mfaTrustStorageService(MfaTrusStorageLogic mfaTrusStorageLogic) -
Uses of MfaTrusStorageLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as MfaTrusStorageLogic Modifier and Type Field Description protected MfaTrusStorageLogicMfaTrustStorageServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type MfaTrusStorageLogic Constructor Description MfaTrustStorageServiceImpl(MfaTrusStorageLogic logic)
-