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 NetworkServiceLogic
SelfKeymasterInternalServiceOps. logic
Constructors 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 NetworkServiceLogic
NetworkServiceServiceImpl. logic
Constructors 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 NetworkServiceLogic
SelfKeymasterContext. networkServiceLogic(NetworkServiceDAO serviceDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory)
Methods in org.apache.syncope.core.starter with parameters of type NetworkServiceLogic Modifier and Type Method Description ServiceOps
SelfKeymasterContext. internalServiceOps(NetworkServiceLogic networkServiceLogic, KeymasterProperties props)
NetworkServiceService
SelfKeymasterContext. networkServiceService(NetworkServiceLogic networkServiceLogic)
-