public final class SecurityConfigUpdatedEvent extends PlatformStateChangeEvent
Mapping of names and values :
| Display name in System Manager GUI | name | possible values |
|---|---|---|
| Minimum TLS Version | TLS_VERSION | TLSv1.2, TLSv1.1, TLSv1.0, SSLv3 |
| Certificate Revocation Validation | REVOC_VALIDATION | NONE, BEST_EFFORT, MANDATORY |
| Revocation Type | REVOC_TYPE | OCSP, CRL, BOTH |
| Revocation Type Preference | TYPE_PREFERENCE | CRL, OCSP |
| Check method | CHECK_METHOD | ONLY_END_ENTITY, CERT_CHAIN |
| Constructor and Description |
|---|
SecurityConfigUpdatedEvent(String name,
String oldValue,
String newValue,
String info,
long updateTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of security configuration parameter
|
String |
getNewValue()
Returns the new value
|
String |
getOldValue()
Returns the old value
|
getInfo, getUpdateTimeCopyright © 2021 Avaya. All rights reserved.