Class AuthorityClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.authority.AuthorityClient
- Author:
- Fraser Tweedale <ftweedal@redhat.com>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthorityClient(PKIClient client, String subsystem) AuthorityClient(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateCA(AuthorityData data) voidlistCAs()modifyCA(AuthorityData data) Methods inherited from class Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClientModifier and TypeMethodDescriptionvoid<T> TcreateProxy(Class<T> clazz) javax.ws.rs.core.Responseget()<T> Tjavax.ws.rs.core.Response<T> TgetName()javax.ws.rs.core.Responsepost()<T> Tjavax.ws.rs.core.Response<T> TvoidremoveClient(String name)