com.ibm.wsspi.wssecurity
Interface Initializable
All known subinterfaces:
CallbackHandlerFactory, KeyLocator, KeyLocator, TokenConsumerComponent, TokenGeneratorComponent, TrustedIDEvaluator, com.ibm.ws.webservices.wssecurity.WSSComponent, com.ibm.ws.webservices.wssecurity.WSSConsumerComponent, com.ibm.ws.webservices.wssecurity.WSSGeneratorComponent
All known implementing classes:
CallbackHandlerFactoryImpl, IDAssertionUsernameTokenConsumer, KeyStoreKeyLocator, LTPATokenConsumer, LTPATokenGenerator, UsernameTokenConsumer, UsernameTokenGenerator, WSCallbackHandlerFactoryImpl, WSIdKeyStoreMapKeyLocator, X509TokenConsumer, X509TokenGenerator
- public interface Initializable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
init(java.util.Map map)
Initializes the object.
|
Method Detail
init
- void init(java.util.Map map)
- throws SoapSecurityException
Initializes the object.
Parameters:
map
- a Map
object which contains name-value pairs.
These pairs are specified in <Property>
elements in
the configuration XMI files. Throws: