javax.security.auth.message.callback
Class CertStoreCallback
java.lang.Object
javax.security.auth.message.callback.CertStoreCallback
- All Implemented Interfaces:
- Callback
public class CertStoreCallback
- extends Object
- implements Callback
Callback that enables a runtime to inform authentication modules of the CertStore to use.
- 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 |
CertStoreCallback
public CertStoreCallback()
getCertStore
public CertStore getCertStore()
setCertStore
public void setCertStore(CertStore certStore)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.