Package com.netscape.certsrv.system
Class SecurityDomainClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.system.SecurityDomainClient
-
public class SecurityDomainClient extends Client
- Author:
- alee
-
-
Constructor Summary
Constructors Constructor Description SecurityDomainClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainInfo
getDomainInfo()
InstallToken
getInstallToken(java.lang.String hostname, java.lang.String subsystem)
void
init()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, getClient, getName, getSubsystem, removeClient
-
-
-
-
Constructor Detail
-
SecurityDomainClient
public SecurityDomainClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-
Method Detail
-
init
public void init() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
getInstallToken
public InstallToken getInstallToken(java.lang.String hostname, java.lang.String subsystem)
-
getDomainInfo
public DomainInfo getDomainInfo()
-
-