Package com.basis.api.admin
Interface BBjAdminSSLInfo_2602
- All Superinterfaces:
BBjAdminCommitPropertyWriter,BBjAdminCommitWriter,BBjAdminPropertyReader,BBjAdminPropertyWriter,BBjAdminSSLInfo,Remote,Serializable
This interface extends
BBjAdminSSLInfo, adding the ability to reload this entry's
SSL certificate/keystore on the live server without a restart.-
Field Summary
Fields inherited from interface com.basis.api.admin.BBjAdminSSLInfo
ALIAS, DEFAULT, EXCLUDED_CIPHERS, EXCLUDED_PROTOCOLS, KEYSTORE, KEYSTORE_PASSWORD, PORT, TYPE_BBJ, TYPE_CUSTOM, TYPE_EM, TYPE_RESOURCE -
Method Summary
Modifier and TypeMethodDescriptionvoidrefresh()Reloads the SSL certificate/keystore for this entry's port on the live server, without restarting the server or dropping existing connections.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalPropertiesMethods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollbackMethods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValueMethods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValueMethods inherited from interface com.basis.api.admin.BBjAdminSSLInfo
getType
-
Method Details
-
refresh
Reloads the SSL certificate/keystore for this entry's port on the live server, without restarting the server or dropping existing connections.- Throws:
BBjAdminException- if there is no active SSL connector for this port, no SSL configuration exists for it, or the configured keystore cannot be opened.
-