Uses of Package
org.apache.synapse.securevault.secret
-
Classes in org.apache.synapse.securevault.secret used by org.apache.synapse.securevault Class Description SecretCallbackHandler Get the required secrets needed from varies secret providers -
Classes in org.apache.synapse.securevault.secret used by org.apache.synapse.securevault.definition Class Description SecretInformation Encapsulates the All information related to a DataSource TODO - properly remove SecretResolve instances -
Classes in org.apache.synapse.securevault.secret used by org.apache.synapse.securevault.secret Class Description SecretCallback Get the required secret from secret providers This is to be passed to SecretCallbackHandlers and get secretSecretCallbackHandler Get the required secrets needed from varies secret providersSecretInformation Encapsulates the All information related to a DataSource TODO - properly remove SecretResolve instancesSecretManager Entry point for manage secretsSecretRepository Represents the abstraction 'Repository of secret' Implementation can be any type - file,jdbcSingleSecretCallback A single secret callback that can be used to collect a single secret -
Classes in org.apache.synapse.securevault.secret used by org.apache.synapse.securevault.secret.handler Class Description AbstractSecretCallbackHandler A Base SecretCallbackHandler This expose API to handle SingleSecretCallback and all other functionality is implemented by itselfSecretCallbackHandler Get the required secrets needed from varies secret providersSingleSecretCallback A single secret callback that can be used to collect a single secret -
Classes in org.apache.synapse.securevault.secret used by org.apache.synapse.securevault.secret.repository Class Description SecretRepository Represents the abstraction 'Repository of secret' Implementation can be any type - file,jdbcSecretRepositoryProvider Factory method for creating a instance of a SecretRepository