javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic 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, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentX509CertificateInfoVBean[] listServerIdentityKeystore() throws ManagementException
ManagementExceptionX509CertificateInfoVBean[] listServerTrustKeystore() throws ManagementException
ManagementExceptionX509CertificateInfoVBean[] listMachineIdentityKeystore() throws ManagementException
ManagementExceptionX509CertificateInfoVBean[] listMachineTrustKeystore() throws ManagementException
ManagementException