public class SpringKeyResourceLoader extends java.lang.Object implements KeyResourceLoader, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringKeyResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getKeyStore(java.lang.String keyStoreLocation)
Loads and returns an InputStream of the key store at the configured location.
|
java.util.Properties |
loadKeyMetaData(java.lang.String keyMetaDataFileLocation)
Loads key metadata from the configured passwords file location.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic java.io.InputStream getKeyStore(java.lang.String keyStoreLocation)
getKeyStore in interface KeyResourceLoaderpublic java.util.Properties loadKeyMetaData(java.lang.String keyMetaDataFileLocation)
throws java.io.IOException
loadKeyMetaData in interface KeyResourceLoaderjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.