org.apache.geronimo.security.realm.providers
Class CertificateChainCallbackHandler

java.lang.Object
  extended byorg.apache.geronimo.security.realm.providers.CertificateChainCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class CertificateChainCallbackHandler
extends Object
implements CallbackHandler

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Constructor Summary
CertificateChainCallbackHandler(Certificate[] certificateChain)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateChainCallbackHandler

public CertificateChainCallbackHandler(Certificate[] certificateChain)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.