Package net.webpdf.wsclient.openapi
Class AdminServerConfiguration
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminConfiguration
-
- net.webpdf.wsclient.openapi.AdminServerConfiguration
-
public class AdminServerConfiguration extends AdminConfiguration
Defines settings for the server´s \"server.xml\". And provides the means (checks) to validate the server configuration and resources.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONFIGURATIONstatic StringJSON_PROPERTY_CONFIGURATION_CHECKSstatic StringJSON_PROPERTY_CONNECTOR_KEY_STOREstatic StringJSON_PROPERTY_TRUST_STORE_KEY_STORE-
Fields inherited from class net.webpdf.wsclient.openapi.AdminConfiguration
configurationType, JSON_PROPERTY_CONFIGURATION_MODE, JSON_PROPERTY_CONFIGURATION_TYPE
-
-
Constructor Summary
Constructors Constructor Description AdminServerConfiguration()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.openapi.AdminConfiguration
configurationMode, configurationType, getConfigurationMode, getConfigurationType, setConfigurationMode, setConfigurationType
-
-
-
-
Field Detail
-
JSON_PROPERTY_CONFIGURATION
public static final String JSON_PROPERTY_CONFIGURATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONFIGURATION_CHECKS
public static final String JSON_PROPERTY_CONFIGURATION_CHECKS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONNECTOR_KEY_STORE
public static final String JSON_PROPERTY_CONNECTOR_KEY_STORE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TRUST_STORE_KEY_STORE
public static final String JSON_PROPERTY_TRUST_STORE_KEY_STORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
_configuration
public AdminServerConfiguration _configuration(ServerConfigServer _configuration)
-
getConfiguration
@NotNull public @NotNull ServerConfigServer getConfiguration()
Get _configuration- Returns:
- _configuration
-
setConfiguration
public void setConfiguration(ServerConfigServer _configuration)
-
configurationChecks
public AdminServerConfiguration configurationChecks(List<AdminServerCheck> configurationChecks)
-
addConfigurationChecksItem
public AdminServerConfiguration addConfigurationChecksItem(AdminServerCheck configurationChecksItem)
-
getConfigurationChecks
@NotNull public @NotNull List<AdminServerCheck> getConfigurationChecks()
Get configurationChecks- Returns:
- configurationChecks
-
setConfigurationChecks
public void setConfigurationChecks(List<AdminServerCheck> configurationChecks)
-
connectorKeyStore
public AdminServerConfiguration connectorKeyStore(Map<String,AdminConnectorKeyStore> connectorKeyStore)
-
putConnectorKeyStoreItem
public AdminServerConfiguration putConnectorKeyStoreItem(String key, AdminConnectorKeyStore connectorKeyStoreItem)
-
getConnectorKeyStore
@Nullable public @Nullable Map<String,AdminConnectorKeyStore> getConnectorKeyStore()
Lists all contents of the keystore (e.g. it´s certificates and raw data), that shall be used by theserver´s secured SSL connectors.- Returns:
- connectorKeyStore
-
setConnectorKeyStore
public void setConnectorKeyStore(Map<String,AdminConnectorKeyStore> connectorKeyStore)
-
trustStoreKeyStore
public AdminServerConfiguration trustStoreKeyStore(AdminTrustStoreKeyStore trustStoreKeyStore)
-
getTrustStoreKeyStore
@Nullable public @Nullable AdminTrustStoreKeyStore getTrustStoreKeyStore()
Get trustStoreKeyStore- Returns:
- trustStoreKeyStore
-
setTrustStoreKeyStore
public void setTrustStoreKeyStore(AdminTrustStoreKeyStore trustStoreKeyStore)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminConfiguration
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminConfiguration
-
toString
public String toString()
- Overrides:
toStringin classAdminConfiguration
-
-