Uses of Class
org.apache.syncope.core.logic.NetworkServiceLogic
-
Packages that use NetworkServiceLogic Package Description org.apache.syncope.core.keymaster.internal org.apache.syncope.core.keymaster.rest.cxf.service org.apache.syncope.core.starter -
-
Uses of NetworkServiceLogic in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as NetworkServiceLogic Modifier and Type Field Description protected NetworkServiceLogicSelfKeymasterInternalServiceOps. logicConstructors in org.apache.syncope.core.keymaster.internal with parameters of type NetworkServiceLogic Constructor Description SelfKeymasterInternalServiceOps(NetworkServiceLogic logic, KeymasterProperties props) -
Uses of NetworkServiceLogic in org.apache.syncope.core.keymaster.rest.cxf.service
Fields in org.apache.syncope.core.keymaster.rest.cxf.service declared as NetworkServiceLogic Modifier and Type Field Description protected NetworkServiceLogicNetworkServiceServiceImpl. logicConstructors in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type NetworkServiceLogic Constructor Description NetworkServiceServiceImpl(NetworkServiceLogic logic) -
Uses of NetworkServiceLogic in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return NetworkServiceLogic Modifier and Type Method Description NetworkServiceLogicSelfKeymasterContext. networkServiceLogic(NetworkServiceDAO serviceDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory)Methods in org.apache.syncope.core.starter with parameters of type NetworkServiceLogic Modifier and Type Method Description ServiceOpsSelfKeymasterContext. internalServiceOps(NetworkServiceLogic networkServiceLogic, KeymasterProperties props)NetworkServiceServiceSelfKeymasterContext. networkServiceService(NetworkServiceLogic networkServiceLogic)
-