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: 2010/11/19 20:25:50 $

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 © 1995-2012 Mort Bay Consulting. All Rights Reserved.