Uses of Class
org.apache.syncope.core.logic.AttrRepoLogic
-
Packages that use AttrRepoLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of AttrRepoLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AttrRepoLogic Modifier and Type Method Description AttrRepoLogicAMLogicContext. attrRepoLogic(AttrRepoDataBinder binder, AttrRepoDAO attrRepoDAO) -
Uses of AttrRepoLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AttrRepoLogic Modifier and Type Method Description AttrRepoServiceAMRESTCXFContext. attrRepoService(AttrRepoLogic attrRepoLogic) -
Uses of AttrRepoLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AttrRepoLogic Modifier and Type Field Description protected AttrRepoLogicAttrRepoServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AttrRepoLogic Constructor Description AttrRepoServiceImpl(AttrRepoLogic logic)
-