Class TrustStoreCallback
- java.lang.Object
- 
- javax.security.auth.message.callback.TrustStoreCallback
 
- 
- All Implemented Interfaces:
- javax.security.auth.callback.Callback
 
 public class TrustStoreCallback extends java.lang.Object implements javax.security.auth.callback.CallbackA Callback enabling an authentication module to request a truststore from the runtime.
- 
- 
Constructor SummaryConstructors Constructor Description TrustStoreCallback()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyStoregetTrustStore()voidsetTrustStore(java.security.KeyStore trustStore)
 
-