IBM WebSphere Application ServerTM
Release 8

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

A superinterface for WS-Security public interfaces.


Method Summary
 void 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:
SoapSecurityException

IBM WebSphere Application ServerTM
Release 8