|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.securevault.secret.SecretInformationFactory
public class SecretInformationFactory
Factory to create a DataSourceInformation based on given properties
| Method Summary | |
|---|---|
static SecretInformation |
createSecretInformation(Properties properties,
String configurationPrefix,
String passwordPrompt)
Factory method to create a SecretInformation instance based on the given properties |
static SecretInformation |
createSecretInformation(String secretProvider,
String aliasPassword,
String passwordPrompt)
Factory method to create a SecretInformation instance based on the given information |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SecretInformation createSecretInformation(Properties properties,
String configurationPrefix,
String passwordPrompt)
properties - Properties to create a SecretInformationconfigurationPrefix - The configuration prefix to usepasswordPrompt - A specific password prompt to use
(only for interactive authentication providers)
public static SecretInformation createSecretInformation(String secretProvider,
String aliasPassword,
String passwordPrompt)
secretProvider - A SecretCallbackHandler implementation to use to get secretsaliasPassword - The alias passwordpasswordPrompt - A specific password prompt to use
(only for interactive authentication providers)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||