|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.soap.security.support.KeyStoreFactoryBean
public class KeyStoreFactoryBean
Spring factory bean for a KeyStore.
location property. If this property is not set, a new,
empty key store is created, which is most likely not what you want.
setLocation(org.springframework.core.io.Resource),
KeyStore| Constructor Summary | |
|---|---|
KeyStoreFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
Object |
getObject()
|
Class |
getObjectType()
|
boolean |
isSingleton()
|
void |
setLocation(Resource location)
Sets the location of the key store to use. |
void |
setPassword(String password)
Sets the password to use for integrity checking. |
void |
setProvider(String provider)
Sets the provider of the key store to use. |
void |
setType(String type)
Sets the type of the KeyStore to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStoreFactoryBean()
| Method Detail |
|---|
public void setLocation(Resource location)
KeyStore.load(java.io.InputStream,char[])public void setPassword(String password)
public void setProvider(String provider)
public void setType(String type)
KeyStore to use. If this is not set, the default is used.
KeyStore.getDefaultType()public Object getObject()
getObject in interface FactoryBeanpublic Class getObjectType()
getObjectType in interface FactoryBeanpublic boolean isSingleton()
isSingleton in interface FactoryBean
public final void afterPropertiesSet()
throws GeneralSecurityException,
IOException
afterPropertiesSet in interface InitializingBeanGeneralSecurityException
IOException
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||