|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.securevault.secret.SecretManager
public class SecretManager
Entry point for manage secrets
| Method Summary | |
|---|---|
static SecretManager |
getInstance()
|
String |
getSecret(String alias)
Returns the secret corresponding to the given alias name |
void |
init(Properties properties)
Initializes the Secret Manager by providing configuration properties |
boolean |
isInitialized()
|
void |
shoutDown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SecretManager getInstance()
public void init(Properties properties)
properties - Configuration propertiespublic String getSecret(String alias)
alias - The logical or alias name
public boolean isInitialized()
public void shoutDown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||