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

    • trustStore

      private KeyStore trustStore
  • Constructor Details

    • TrustStoreCallback

      public TrustStoreCallback()
  • Method Details

    • getTrustStore

      public KeyStore getTrustStore()
    • setTrustStore

      public void setTrustStore(KeyStore trustStore)