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 Details

    • KeyStoreCallback

      public KeyStoreCallback()
  • Method Details

    • getKeystore

      public KeyStore getKeystore()
    • setKeystore

      public void setKeystore(KeyStore keystore)