|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ws.soap.security.support.KeyManagersFactoryBean
public class KeyManagersFactoryBean
Spring factory bean for an array of KeyManager
s.
KeyManagerFactory
to create the KeyManager
s.
KeyManager
,
KeyManagerFactory
Constructor Summary | |
---|---|
KeyManagersFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
KeyManager[] |
getObject()
|
Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setAlgorithm(String algorithm)
Sets the algorithm of the KeyManager to use. |
void |
setKeyStore(KeyStore keyStore)
Sets the source of key material. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyManagersFactoryBean()
Method Detail |
---|
public void setPassword(String password)
public void setProvider(String provider)
public void setAlgorithm(String algorithm)
KeyManager
to use. If this is not set, the default is used.
KeyManagerFactory.getDefaultAlgorithm()
public void setKeyStore(KeyStore keyStore)
KeyManagerFactory.init(KeyStore, char[])
public KeyManager[] getObject() throws Exception
getObject
in interface FactoryBean<KeyManager[]>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<KeyManager[]>
public boolean isSingleton()
isSingleton
in interface FactoryBean<KeyManager[]>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |