Class CertStoreCallback

  • All Implemented Interfaces:
    javax.security.auth.callback.Callback

    public class CertStoreCallback
    extends java.lang.Object
    implements javax.security.auth.callback.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 Summary

      Fields 
      Modifier and Type Field Description
      private java.security.cert.CertStore certStore  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.cert.CertStore getCertStore()  
      void setCertStore​(java.security.cert.CertStore certStore)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • certStore

        private java.security.cert.CertStore certStore
    • Constructor Detail

      • CertStoreCallback

        public CertStoreCallback()
    • Method Detail

      • getCertStore

        public java.security.cert.CertStore getCertStore()
      • setCertStore

        public void setCertStore​(java.security.cert.CertStore certStore)