Class NetworkServiceServiceImpl
java.lang.Object
org.apache.syncope.core.keymaster.rest.cxf.service.NetworkServiceServiceImpl
- All Implemented Interfaces:
Serializable,NetworkServiceService
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.keymaster.rest.api.service.NetworkServiceService
NetworkServiceService.Action -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaction(NetworkService networkService, NetworkServiceService.Action action) (Un)registers the given service.get(NetworkService.Type serviceType) Returns the service instance to invoke, for the given type.list(NetworkService.Type serviceType) Returns the list of registered services.
-
Field Details
-
logic
-
-
Constructor Details
-
NetworkServiceServiceImpl
-
-
Method Details
-
list
Description copied from interface:NetworkServiceServiceReturns the list of registered services.- Specified by:
listin interfaceNetworkServiceService- Parameters:
serviceType- service type- Returns:
- list of registered services
-
get
Description copied from interface:NetworkServiceServiceReturns the service instance to invoke, for the given type.- Specified by:
getin interfaceNetworkServiceService- Parameters:
serviceType- service type- Returns:
- service instance to invoke, for the given type
-
action
Description copied from interface:NetworkServiceService(Un)registers the given service.- Specified by:
actionin interfaceNetworkServiceService- Parameters:
networkService- service instanceaction- action to perform on the given service
-