Interface KeyringNotificationMBean
public interface KeyringNotificationMBean
Management interface for the MBean "WebSphere:service=com.ibm.websphere.security.keyring.saf.KeyringNotificationMBean"
The Liberty profile makes this MBean available so that it is used to trigger the refresh of SAF
based keyrings used in the Liberty configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis is the name to be used to register and to look up the MBean. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod to call the update of SAF keyrings
-
Field Details
-
INSTANCE_NAME
This is the name to be used to register and to look up the MBean. It should match thejmx.objectnameproperty in the bnd.bnd file for the component that provides this interface.- See Also:
-
-
Method Details
-
refreshRequested
Method to call the update of SAF keyrings- Parameters:
id- - The config id of the keystore from server.xml to be refresh if null all keystore config ID for keyrings found in server.xml will be refreshed.
-