org.apache.geronimo.security.realm.providers
Class CertificateCallbackHandler
java.lang.Object
org.apache.geronimo.security.realm.providers.CertificateCallbackHandler
- All Implemented Interfaces:
- CallbackHandler, ClearableCallbackHandler
public class CertificateCallbackHandler
- extends Object
- implements ClearableCallbackHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateCallbackHandler
public CertificateCallbackHandler(X509Certificate certificate)
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-2008 The Apache Geronimo development community. All Rights Reserved.