javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public 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, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
boolean refreshServerTrust() throws ManagementException
ManagementException
boolean refreshMachineTrust() throws ManagementException
ManagementException
boolean 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).ManagementException
boolean refreshMachineCertificates() throws ManagementException
ManagementException
boolean refreshActiveServerCertificates() throws ManagementException
ManagementException