Class NetworkServiceServiceImpl
- java.lang.Object
-
- org.apache.syncope.core.keymaster.rest.cxf.service.NetworkServiceServiceImpl
-
- All Implemented Interfaces:
Serializable
,NetworkServiceService
@Service public class NetworkServiceServiceImpl extends Object implements NetworkServiceService
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.keymaster.rest.api.service.NetworkServiceService
NetworkServiceService.Action
-
-
Field Summary
Fields Modifier and Type Field Description protected NetworkServiceLogic
logic
-
Constructor Summary
Constructors Constructor Description NetworkServiceServiceImpl(NetworkServiceLogic logic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
action(NetworkService networkService, NetworkServiceService.Action action)
NetworkService
get(NetworkService.Type serviceType)
List<NetworkService>
list(NetworkService.Type serviceType)
-
-
-
Field Detail
-
logic
protected final NetworkServiceLogic logic
-
-
Constructor Detail
-
NetworkServiceServiceImpl
public NetworkServiceServiceImpl(NetworkServiceLogic logic)
-
-
Method Detail
-
list
public List<NetworkService> list(NetworkService.Type serviceType)
- Specified by:
list
in interfaceNetworkServiceService
-
get
public NetworkService get(NetworkService.Type serviceType)
- Specified by:
get
in interfaceNetworkServiceService
-
action
public javax.ws.rs.core.Response action(NetworkService networkService, NetworkServiceService.Action action)
- Specified by:
action
in interfaceNetworkServiceService
-
-