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

  1. public interface Initializable
A superinterface for WS-Security public interfaces.

Method Summary

Modifier and Type Method and Description
  1. void
init(java.util.Map map)
Initializes the object.

Method Detail

init

  1. void init(java.util.Map map)
  2. 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: