Uses of Class
org.apache.syncope.core.logic.PolicyLogic
-
Packages that use PolicyLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of PolicyLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return PolicyLogic Modifier and Type Method Description PolicyLogicIdRepoLogicContext. policyLogic(PolicyDataBinder binder, PolicyDAO policyDAO, PolicyUtilsFactory policyUtilsFactory) -
Uses of PolicyLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type PolicyLogic Modifier and Type Method Description PolicyServiceIdRepoRESTCXFContext. policyService(PolicyLogic policyLogic) -
Uses of PolicyLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as PolicyLogic Modifier and Type Field Description protected PolicyLogicPolicyServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type PolicyLogic Constructor Description PolicyServiceImpl(PolicyLogic logic)
-