Interface KeyringNotificationMBean
-
public interface KeyringNotificationMBeanManagement 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.StringINSTANCE_NAMEThis is the name to be used to register and to look up the MBean.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrefreshRequested(java.lang.String id)Method to call the update of SAF keyrings
-
-
-
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 thejmx.objectnameproperty in the bnd.bnd file for the component that provides this interface.- See Also:
- Constant Field Values
-
-