Class SelfKeymasterDomainOps
- java.lang.Object
-
- org.apache.syncope.common.keymaster.client.self.SelfKeymasterDomainOps
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.cxf.transports.http.configuration.HTTPClientPolicy
httpClientPolicy
protected Map<Class<?>,Object>
services
-
Constructor Summary
Constructors Constructor Description SelfKeymasterDomainOps(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean clientFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
adjustPoolSize(String key, int maxPoolSize, int minIdle)
void
changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm)
<T> T
client(Class<T> serviceClass, Map<String,String> headers)
void
create(Domain domain)
void
delete(String key)
List<Domain>
list()
Domain
read(String key)
protected javax.ws.rs.client.CompletionStageRxInvoker
rx(String path)
-
-
-
Method Detail
-
changeAdminPassword
public void changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm)
- Specified by:
changeAdminPassword
in interfaceDomainOps
-
adjustPoolSize
public void adjustPoolSize(String key, int maxPoolSize, int minIdle)
- Specified by:
adjustPoolSize
in interfaceDomainOps
-
rx
protected javax.ws.rs.client.CompletionStageRxInvoker rx(String path)
-
-