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: 2008-02-01 00:16:16 -0500 (Fri, 01 Feb 2008) $
  • Field Details

  • Constructor Details

    • CertStoreCallback

      public CertStoreCallback()
  • Method Details

    • getCertStore

      public CertStore getCertStore()
    • setCertStore

      public void setCertStore(CertStore certStore)