Package org.apache.synapse
Class SecretManagerAdminMBeanImpl
- java.lang.Object
-
- javax.management.StandardMBean
-
- org.apache.synapse.SecretManagerAdminMBeanImpl
-
- All Implemented Interfaces:
DynamicMBean
,MBeanRegistration
,org.wso2.securevault.secret.mbean.SecretManagerAdminMBean
public class SecretManagerAdminMBeanImpl extends StandardMBean implements org.wso2.securevault.secret.mbean.SecretManagerAdminMBean
Admin service for managing SecretManager
-
-
Constructor Summary
Constructors Constructor Description SecretManagerAdminMBeanImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
void
shutDown()
-
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
-
-
-
Constructor Detail
-
SecretManagerAdminMBeanImpl
public SecretManagerAdminMBeanImpl() throws NotCompliantMBeanException
- Throws:
NotCompliantMBeanException
-
-