Uses of Interface
org.apache.synapse.securevault.secret.SecretRepository
-
Packages that use SecretRepository Package Description org.apache.synapse.securevault.secret org.apache.synapse.securevault.secret.repository -
-
Uses of SecretRepository in org.apache.synapse.securevault.secret
Methods in org.apache.synapse.securevault.secret that return SecretRepository Modifier and Type Method Description SecretRepositorySecretRepository. getParent()Returns the parent secret repositorySecretRepositorySecretRepositoryProvider. getSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust)Returns a SecretRepository implementationMethods in org.apache.synapse.securevault.secret with parameters of type SecretRepository Modifier and Type Method Description voidSecretRepository. setParent(SecretRepository parent)Sets the parent secret repository Secret Repositories are made a chain so that , one can get a secret from other. -
Uses of SecretRepository in org.apache.synapse.securevault.secret.repository
Classes in org.apache.synapse.securevault.secret.repository that implement SecretRepository Modifier and Type Class Description classFileBaseSecretRepositoryHolds all secrets in a fileMethods in org.apache.synapse.securevault.secret.repository that return SecretRepository Modifier and Type Method Description SecretRepositoryFileBaseSecretRepository. getParent()SecretRepositoryFileBaseSecretRepositoryProvider. getSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust)Returns a FileBaseSecretRepository instanceMethods in org.apache.synapse.securevault.secret.repository with parameters of type SecretRepository Modifier and Type Method Description voidFileBaseSecretRepository. setParent(SecretRepository parent)
-