Class SelfKeymasterServiceOps
java.lang.Object
org.apache.syncope.common.keymaster.client.self.SelfKeymasterServiceOps
- All Implemented Interfaces:
ServiceOps
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.cxf.transports.http.configuration.HTTPClientPolicy -
Constructor Summary
ConstructorsConstructorDescriptionSelfKeymasterServiceOps(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean clientFactory, int maxRetries) -
Method Summary
Modifier and TypeMethodDescription<T> Tget(NetworkService.Type serviceType) Returns the service instance to invoke, for the given type.list(NetworkService.Type serviceType) voidregister(NetworkService service) protected CompletionStageRxInvokervoidunregister(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:
listin interfaceServiceOps
-
get
Description copied from interface:ServiceOpsReturns the service instance to invoke, for the given type.- Specified by:
getin interfaceServiceOps- Parameters:
serviceType- service type- Returns:
- service instance to invoke, for the given type
-
register
- Specified by:
registerin interfaceServiceOps
-
unregister
- Specified by:
unregisterin interfaceServiceOps
-
client
-
rx
-