Class ClientConfig
java.lang.Object
com.netscape.certsrv.client.ClientConfig
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Use getNSSPassword() instead.getNSSPassword(String name) inthashCode()booleanremoveNSSPassword(String name) voidsetCertNickname(String certNickname) voidsetCertPassword(String certPassword) Deprecated.Use setNSSPassword() instead.voidsetCertRevocationVerify(boolean certRevocationVerify) voidsetMessageFormat(String messageFormat) voidsetNSSDatabase(String nssDatabase) voidsetNSSPassword(String nssPassword) voidsetNSSPassword(String name, String value) voidsetNSSPasswords(Map<String, String> nssPasswords) voidsetPassword(String password) voidsetServerURI(URI serverUri) voidsetServerURL(String serverURL) voidsetServerURL(String protocol, String hostname, int port) voidsetServerURL(URL serverURL) voidsetTokenName(String tokenName) voidsetUsername(String username) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
ClientConfig
public ClientConfig() -
ClientConfig
-
-
Method Details
-
setServerURI
-
getServerURL
-
setServerURL
- Throws:
MalformedURLException
-
setServerURL
- Throws:
MalformedURLException
-
setServerURL
-
getSubsystem
-
getNSSDatabase
-
setNSSDatabase
-
getNSSPassword
-
setNSSPassword
-
getNSSPasswords
-
setNSSPasswords
-
getNSSPassword
-
setNSSPassword
-
removeNSSPassword
-
getTokenName
-
setTokenName
-
getCertNickname
-
setCertNickname
-
getCertPassword
Deprecated.Use getNSSPassword() instead. -
setCertPassword
Deprecated.Use setNSSPassword() instead. -
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getMessageFormat
-
setMessageFormat
-
isCertRevocationVerify
public boolean isCertRevocationVerify() -
setCertRevocationVerify
public void setCertRevocationVerify(boolean certRevocationVerify) -
hashCode
-
equals
-