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


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.