Package org.apache.activemq.jaas
Class JaasCertificateCallbackHandler
java.lang.Object
org.apache.activemq.jaas.JaasCertificateCallbackHandler
- All Implemented Interfaces:
CallbackHandler
A Standard JAAS callback handler for SSL certificate requests. Will only
handle callbacks of type CertificateCallback.
- Author:
- sepandm@gmail.com (Sepand)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JaasCertificateCallbackHandler
Basic constructor.- Parameters:
certs- The certificate returned when calling back.
-
-
Method Details
-
handle
Overriding handle method to handle certificates.- Specified by:
handlein interfaceCallbackHandler- Parameters:
callbacks- The callbacks requested.- Throws:
IOExceptionUnsupportedCallbackException- Thrown if an unkown Callback type is encountered.
-