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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStoreCallback
public KeyStoreCallback()
getKeystore
public KeyStore getKeystore()
setKeystore
public void setKeystore(KeyStore keystore)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.