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 PolicyLogic
IdRepoLogicContext. 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 PolicyService
IdRepoRESTCXFContext. 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 PolicyLogic
PolicyServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type PolicyLogic Constructor Description PolicyServiceImpl(PolicyLogic logic)
-