Uses of Class
org.apache.syncope.core.logic.SecurityQuestionLogic
-
Packages that use SecurityQuestionLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SecurityQuestionLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SecurityQuestionLogic Modifier and Type Method Description SecurityQuestionLogic
IdRepoLogicContext. securityQuestionLogic(SecurityQuestionDataBinder binder, UserDAO userDAO, SecurityQuestionDAO securityQuestionDAO)
-
Uses of SecurityQuestionLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SecurityQuestionLogic Modifier and Type Method Description SecurityQuestionService
IdRepoRESTCXFContext. securityQuestionService(SecurityQuestionLogic securityQuestionLogic)
-
Uses of SecurityQuestionLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SecurityQuestionLogic Modifier and Type Field Description protected SecurityQuestionLogic
SecurityQuestionServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SecurityQuestionLogic Constructor Description SecurityQuestionServiceImpl(SecurityQuestionLogic logic)
-