Package org.apache.activemq.jaas
Class CertificateCallback
java.lang.Object
org.apache.activemq.jaas.CertificateCallback
- All Implemented Interfaces:
Callback
A Callback for SSL certificates.
Will return a certificate chain to its client.
- Author:
- sepandm@gmail.com (Sepand)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for certificate chain.voidsetCertificates(X509Certificate[] certs) Setter for certificate chain.
-
Constructor Details
-
CertificateCallback
public CertificateCallback()
-
-
Method Details
-
setCertificates
Setter for certificate chain.- Parameters:
certs- The certificates to be returned.
-
getCertificates
Getter for certificate chain.- Returns:
- The certificates being carried.
-