org.apache.servicemix.jbi.security.login
Class CertificateCallback
java.lang.Object
org.apache.servicemix.jbi.security.login.CertificateCallback
- All Implemented Interfaces:
- Callback
public class CertificateCallback
- extends Object
- implements Callback
A callback to retrieve an X509Certificate.
This class is mainly used from the related login module.
- See Also:
CertificatesLoginModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateCallback
public CertificateCallback()
getCertificate
public X509Certificate getCertificate()
setCertificate
public void setCertificate(X509Certificate certificate)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.