Uses of Class
org.apache.syncope.core.logic.DelegationLogic
-
Packages that use DelegationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of DelegationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return DelegationLogic Modifier and Type Method Description DelegationLogicIdRepoLogicContext. delegationLogic(DelegationDataBinder binder, UserDAO userDAO, DelegationDAO delegationDAO) -
Uses of DelegationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type DelegationLogic Modifier and Type Method Description DelegationServiceIdRepoRESTCXFContext. delegationService(DelegationLogic delegationLogic) -
Uses of DelegationLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as DelegationLogic Modifier and Type Field Description protected DelegationLogicDelegationServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type DelegationLogic Constructor Description DelegationServiceImpl(DelegationLogic logic)
-