Package org.dogtagpki.acme
Class ACMEClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- org.dogtagpki.acme.ACMEClient
-
public class ACMEClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description ACMEClient(PKIClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable()
void
enable()
ACMEDirectory
getDirectory()
Account
login()
void
logout()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Constructor Detail
-
ACMEClient
public ACMEClient(PKIClient client) throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-
Method Detail
-
login
public Account login() throws java.lang.Exception
- Throws:
java.lang.Exception
-
enable
public void enable() throws java.lang.Exception
- Throws:
java.lang.Exception
-
disable
public void disable() throws java.lang.Exception
- Throws:
java.lang.Exception
-
logout
public void logout() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getDirectory
public ACMEDirectory getDirectory() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-