public class JndiBackedKeystoreService extends Object
Constructor and Description |
---|
JndiBackedKeystoreService(String jndiName) |
Modifier and Type | Method and Description |
---|---|
KeystoreBean |
get()
Retrieves keystore info from JNDI.
|
void |
setJndiTemplate(org.springframework.jndi.JndiTemplate jndiTemplate)
For mocking out instance during testing.
|
public JndiBackedKeystoreService(String jndiName)
public void setJndiTemplate(org.springframework.jndi.JndiTemplate jndiTemplate)
jndiTemplate
- Jndi templatepublic KeystoreBean get()
Copyright © 2017. All rights reserved.