javax.security.auth.message.callback
Class TrustStoreCallback
java.lang.Object
javax.security.auth.message.callback.TrustStoreCallback
- All Implemented Interfaces:
- Callback
public class TrustStoreCallback
- extends Object
- implements Callback
A Callback enabling an authentication module to request a truststore from the runtime.
- Version:
- $Rev: 617352 $ $Date: 2010/11/19 20:25:50 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrustStoreCallback
public TrustStoreCallback()
getTrustStore
public KeyStore getTrustStore()
setTrustStore
public void setTrustStore(KeyStore trustStore)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.