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

      Fields 
      Modifier and Type Field Description
      static java.lang.String INSTANCE_NAME
      This is the name to be used to register and to look up the MBean.
    • Field Detail

      • INSTANCE_NAME

        static final java.lang.String INSTANCE_NAME
        This is the name to be used to register and to look up the MBean. It should match the jmx.objectname property in the bnd.bnd file for the component that provides this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • refreshRequested

        boolean refreshRequested​(java.lang.String id)
        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.