javax.security.auth.message.callback
Class TrustStoreCallback

java.lang.Object
  extended by 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-01-31 21:16:16 -0800 (Thu, 31 Jan 2008) $

Constructor Summary
TrustStoreCallback()
           
 
Method Summary
 KeyStore getTrustStore()
           
 void setTrustStore(KeyStore trustStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustStoreCallback

public TrustStoreCallback()
Method Detail

getTrustStore

public KeyStore getTrustStore()

setTrustStore

public void setTrustStore(KeyStore trustStore)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.