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 InitializableA superinterface for WS-Security public interfaces.
-
-
Method Summary
Methods Modifier and Type Method and Description voidinit(java.util.Map map)Initializes the object.
-
-
-
Method Detail
-
init
void init(java.util.Map map) throws SoapSecurityExceptionInitializes the object.- Parameters:
map- aMapobject which contains name-value pairs. These pairs are specified in<Property>elements in the configuration XMI files.- Throws:
SoapSecurityException
-
-