public class SpringKeyResourceLoader extends Object implements KeyResourceLoader, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
SpringKeyResourceLoader() |
Modifier and Type | Method and Description |
---|---|
InputStream |
getKeyStore(String keyStoreLocation)
Loads and returns an InputStream of the key store at the configured location.
|
Properties |
loadKeyMetaData(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.ApplicationContextAware
org.springframework.beans.BeansException
public InputStream getKeyStore(String keyStoreLocation)
getKeyStore
in interface KeyResourceLoader
public Properties loadKeyMetaData(String keyMetaDataFileLocation) throws IOException
loadKeyMetaData
in interface KeyResourceLoader
IOException
Copyright © 2005–2015 Alfresco Software. All rights reserved.