javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface DomainKeystoresServerRuntimeMBean extends RuntimeMBean
This MBean is used to manage a server's Domain Keystores.
Modifier and Type | Method | Description |
---|---|---|
X509CertificateInfoVBean[] |
listMachineIdentityKeystore() |
List the identity certificates for this machine.
|
X509CertificateInfoVBean[] |
listMachineTrustKeystore() |
List the trust certificates for this machine.
|
X509CertificateInfoVBean[] |
listServerIdentityKeystore() |
List the identity certificates for this server.
|
X509CertificateInfoVBean[] |
listServerTrustKeystore() |
List the trust certificates for this server.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
X509CertificateInfoVBean[] listServerIdentityKeystore() throws ManagementException
ManagementException
X509CertificateInfoVBean[] listServerTrustKeystore() throws ManagementException
ManagementException
X509CertificateInfoVBean[] listMachineIdentityKeystore() throws ManagementException
ManagementException
X509CertificateInfoVBean[] listMachineTrustKeystore() throws ManagementException
ManagementException