javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface CertificateManagementServerRuntimeMBean extends RuntimeMBean
This class is used to monitor and manage certificate service runtime information..
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
refreshActiveServerCertificates() |
Refresh all active certificates for the server.
|
boolean |
refreshMachineCertificates() |
Refresh the machine certificate for the local machine.
|
boolean |
refreshMachineTrust() |
Get the latest domain trust anchors from the admin server
(or the local certificate service if on the admin server),
and update the local machine's bootstrap trust keystore.
|
boolean |
refreshServerCertificate(java.lang.String alias,
boolean isActiveOnly,
boolean isForceUpdate) |
Refresh the server certificate for alias
alias. |
boolean |
refreshServerTrust() |
Get the latest domain trust anchors from the admin server
(or the local certificate service if on the admin server).
|
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentboolean refreshServerTrust()
throws ManagementException
ManagementExceptionboolean refreshMachineTrust()
throws ManagementException
ManagementExceptionboolean refreshServerCertificate(java.lang.String alias,
boolean isActiveOnly,
boolean isForceUpdate)
throws ManagementException
alias.alias - The alias of the certificate to refresh. Aliases are case-insensitive.isActiveOnly - If true, certificate will only be refreshed if it's active
(i.e., the alias is configured for use on the SSLMBean,
a NetworkAccessPointMBean, or the SingleSignOnServicesMBean).isForceUpdate - If true, force the certificate to be updated even if it is already
present and valid. Normally, certificates are only updated if they
are missing or invalid (expired).ManagementExceptionboolean refreshMachineCertificates()
throws ManagementException
ManagementExceptionboolean refreshActiveServerCertificates()
throws ManagementException
ManagementException