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

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

public class CertificateChainCallbackHandler
extends Object
implements CallbackHandler

Version:
$Rev: 1144307 $ $Date: 2011-07-08 21:24:09 +0800 (Fri, 08 Jul 2011) $

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-2011 The Apache Geronimo development community. All Rights Reserved.