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.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 Summary
Fields Modifier and Type Field Description private java.security.KeyStore
trustStore
-
Constructor Summary
Constructors Constructor Description TrustStoreCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyStore
getTrustStore()
void
setTrustStore(java.security.KeyStore trustStore)
-