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 final String
    This is the name to be used to register and to look up the MBean.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Method to call the update of SAF keyrings
  • Field Details

    • INSTANCE_NAME

      static final 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:
  • Method Details

    • refreshRequested

      boolean refreshRequested(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.