public interface JMXSecretsProviderMBean
Modifier and Type | Method and Description |
---|---|
void |
addSecret(String id,
String secret)
Add a secret through JMX
|
void |
clear()
Clear all secrets
|
void |
removeSecret(String id)
Remove a Secret for given ID
|
void addSecret(String id, String secret)
id
- identify for what this secret issecret
- Secretvoid removeSecret(String id)
id
- identify for what this secret isvoid clear()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.