Class TrustStoreCallback

java.lang.Object
jakarta.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.
  • Constructor Details

    • TrustStoreCallback

      public TrustStoreCallback()
  • Method Details

    • setTrustStore

      public void setTrustStore(KeyStore trustStore)
    • getTrustStore

      public KeyStore getTrustStore()