Uses of Class
org.apache.syncope.core.logic.DynRealmLogic
-
Packages that use DynRealmLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of DynRealmLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return DynRealmLogic Modifier and Type Method Description DynRealmLogicIdRepoLogicContext. dynRealmLogic(DynRealmDataBinder binder, DynRealmDAO dynRealmDAO) -
Uses of DynRealmLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type DynRealmLogic Modifier and Type Method Description DynRealmServiceIdRepoRESTCXFContext. dynRealmService(DynRealmLogic dynRealmLogic) -
Uses of DynRealmLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as DynRealmLogic Modifier and Type Field Description protected DynRealmLogicDynRealmServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type DynRealmLogic Constructor Description DynRealmServiceImpl(DynRealmLogic logic)
-