Uses of Class
org.apache.syncope.core.logic.AuthModuleLogic
-
Packages that use AuthModuleLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of AuthModuleLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuthModuleLogic Modifier and Type Method Description AuthModuleLogicAMLogicContext. authModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO) -
Uses of AuthModuleLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AuthModuleLogic Modifier and Type Method Description AuthModuleServiceAMRESTCXFContext. authModuleService(AuthModuleLogic authModuleLogic) -
Uses of AuthModuleLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AuthModuleLogic Modifier and Type Field Description protected AuthModuleLogicAuthModuleServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AuthModuleLogic Constructor Description AuthModuleServiceImpl(AuthModuleLogic logic)
-