com.sun.xml.wss.impl.callback
Class KeyStoreCallback

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.XWSSCallback
      extended by 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
KeyStoreCallback()
           
 
Method Summary
 KeyStore getKeystore()
           
 void setKeystore(KeyStore keystore)
           
 
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreCallback

public KeyStoreCallback()
Method Detail

getKeystore

public KeyStore getKeystore()

setKeystore

public void setKeystore(KeyStore keystore)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.