Package com.sun.xml.wss.impl.callback
Class KeyStoreCallback
- java.lang.Object
-
- com.sun.xml.wss.impl.callback.XWSSCallback
-
- com.sun.xml.wss.impl.callback.KeyStoreCallback
-
- All Implemented Interfaces:
Callback
public class KeyStoreCallback extends XWSSCallback implements Callback
Callback class for obtaining the keystore Used only for Metro(WSIT) Security Scenarios It assumes that load method on the returned KeyStore was called by the user to initialized the KeyStore.
-
-
Constructor Summary
Constructors Constructor Description KeyStoreCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyStore
getKeystore()
void
setKeystore(KeyStore keystore)
-
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
-