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

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

public class CertificateCallbackHandler
extends Object
implements ClearableCallbackHandler


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

Constructor Detail

CertificateCallbackHandler

public CertificateCallbackHandler(X509Certificate certificate)
Method Detail

handle

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

clear

public void clear()
Specified by:
clear in interface ClearableCallbackHandler


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