Class SelfKeymasterServiceOps
java.lang.Object
org.apache.syncope.common.keymaster.client.self.SelfKeymasterServiceOps
- All Implemented Interfaces:
ServiceOps
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Constructor Summary
ConstructorDescriptionSelfKeymasterServiceOps
(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean clientFactory, int maxRetries) -
Method Summary
Modifier and TypeMethodDescription<T> T
get
(NetworkService.Type serviceType) Returns the service instance to invoke, for the given type.list
(NetworkService.Type serviceType) void
register
(NetworkService service) protected CompletionStageRxInvoker
void
unregister
(NetworkService service)
-
Field Details
-
services
-
httpClientPolicy
protected org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy
-
-
Constructor Details
-
SelfKeymasterServiceOps
public SelfKeymasterServiceOps(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean clientFactory, int maxRetries)
-
-
Method Details
-
list
- Specified by:
list
in interfaceServiceOps
-
get
Description copied from interface:ServiceOps
Returns the service instance to invoke, for the given type.- Specified by:
get
in interfaceServiceOps
- Parameters:
serviceType
- service type- Returns:
- service instance to invoke, for the given type
-
register
- Specified by:
register
in interfaceServiceOps
-
unregister
- Specified by:
unregister
in interfaceServiceOps
-
client
-
rx
-