Package com.aoindustries.aoserv.client
Class AOServClientConfiguration
- java.lang.Object
-
- com.aoindustries.aoserv.client.AOServClientConfiguration
-
public final class AOServClientConfiguration extends Object
The default client configuration is stored in a properties resource named/com/aoindustries/aoserv/client/aoesrv-client.properties.- Author:
- AO Industries, Inc.
- See Also:
AOServConnector.getConnector()
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetPassword()Gets the optional default password.static StringgetSslTruststorePassword()Gets the optional SSL truststore password.static StringgetSslTruststorePath()Gets the optional SSL truststore path.static User.NamegetUsername()Gets the optional default username.
-
-
-
Method Detail
-
getSslTruststorePath
public static String getSslTruststorePath() throws ConfigurationException
Gets the optional SSL truststore path. For use by aoserv-daemon and aoserv-backup only.- Throws:
ConfigurationException
-
getSslTruststorePassword
public static String getSslTruststorePassword() throws ConfigurationException
Gets the optional SSL truststore password. For use by aoserv-daemon and aoserv-backup only.- Throws:
ConfigurationException
-
getUsername
public static User.Name getUsername() throws ConfigurationException
Gets the optional default username.- Throws:
ConfigurationException
-
getPassword
public static String getPassword() throws ConfigurationException
Gets the optional default password.- Throws:
ConfigurationException
-
-