javax.security.auth.message.callback
Class CertStoreCallback

java.lang.Object
  extended by 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: 2008-01-31 21:16:16 -0800 (Thu, 31 Jan 2008) $

Constructor Summary
CertStoreCallback()
           
 
Method Summary
 CertStore getCertStore()
           
 void setCertStore(CertStore certStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertStoreCallback

public CertStoreCallback()
Method Detail

getCertStore

public CertStore getCertStore()

setCertStore

public void setCertStore(CertStore certStore)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.